xbps-base-files: provide a (fake) /etc/lsb-release, to stfu some apps

This commit is contained in:
Juan RP 2010-12-21 23:21:07 +01:00
parent e91ce748c5
commit ad2f33dfd2
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,4 @@
DISTRIB_ID=XBPS
DISTRIB_RELEASE=HEAD
DISTRIB_CODENAME=CataloniaIsNotSpain
DISTRIB_DESCRIPTION="XBPS GNU/Linux HEAD branch"

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-base-files'
pkgname=xbps-base-files
version=0.38
version=0.39
build_style=custom-install
short_desc="XBPS Base System files"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -38,6 +38,7 @@ do_install()
install -m644 ${FILESDIR}/hosts ${DESTDIR}/etc
install -m644 ${FILESDIR}/host.conf ${DESTDIR}/etc
install -m644 ${FILESDIR}/issue ${DESTDIR}/etc
install -m644 ${FILESDIR}/lsb-release ${DESTDIR}/etc
install -d ${DESTDIR}/etc/profile.d
install -m644 ${FILESDIR}/*.sh ${DESTDIR}/etc/profile.d