xbps-base-files: provide a (fake) /etc/lsb-release, to stfu some apps
This commit is contained in:
parent
e91ce748c5
commit
ad2f33dfd2
2 changed files with 6 additions and 1 deletions
4
srcpkgs/xbps-base-files/files/lsb-release
Normal file
4
srcpkgs/xbps-base-files/files/lsb-release
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
DISTRIB_ID=XBPS
|
||||||
|
DISTRIB_RELEASE=HEAD
|
||||||
|
DISTRIB_CODENAME=CataloniaIsNotSpain
|
||||||
|
DISTRIB_DESCRIPTION="XBPS GNU/Linux HEAD branch"
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-base-files'
|
# Template file for 'xbps-base-files'
|
||||||
pkgname=xbps-base-files
|
pkgname=xbps-base-files
|
||||||
version=0.38
|
version=0.39
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="XBPS Base System files"
|
short_desc="XBPS Base System files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -38,6 +38,7 @@ do_install()
|
||||||
install -m644 ${FILESDIR}/hosts ${DESTDIR}/etc
|
install -m644 ${FILESDIR}/hosts ${DESTDIR}/etc
|
||||||
install -m644 ${FILESDIR}/host.conf ${DESTDIR}/etc
|
install -m644 ${FILESDIR}/host.conf ${DESTDIR}/etc
|
||||||
install -m644 ${FILESDIR}/issue ${DESTDIR}/etc
|
install -m644 ${FILESDIR}/issue ${DESTDIR}/etc
|
||||||
|
install -m644 ${FILESDIR}/lsb-release ${DESTDIR}/etc
|
||||||
|
|
||||||
install -d ${DESTDIR}/etc/profile.d
|
install -d ${DESTDIR}/etc/profile.d
|
||||||
install -m644 ${FILESDIR}/*.sh ${DESTDIR}/etc/profile.d
|
install -m644 ${FILESDIR}/*.sh ${DESTDIR}/etc/profile.d
|
||||||
|
|
Loading…
Reference in a new issue