xbps-casper: don't copy casper-functions in hooks/casper, it's gone.
--HG-- branch : gnome3
This commit is contained in:
parent
e979d938d6
commit
857063004b
2 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,6 @@ manual_add_modules ohci1394
|
||||||
for helper in getty login new-uuid snapshot; do
|
for helper in getty login new-uuid snapshot; do
|
||||||
ln -s /sbin/casper-${helper} ${DESTDIR}/bin
|
ln -s /sbin/casper-${helper} ${DESTDIR}/bin
|
||||||
done
|
done
|
||||||
cp /usr/share/initramfs-tools/scripts/casper-functions $DESTDIR/scripts
|
|
||||||
cp /usr/share/initramfs-tools/scripts/casper-helpers $DESTDIR/scripts
|
cp /usr/share/initramfs-tools/scripts/casper-helpers $DESTDIR/scripts
|
||||||
|
|
||||||
auto_add_modules net
|
auto_add_modules net
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-casper'
|
# Template file for 'xbps-casper'
|
||||||
pkgname=xbps-casper
|
pkgname=xbps-casper
|
||||||
_localver=0.11 # XBPS package version
|
_localver=0.12 # XBPS package version
|
||||||
_distver=1.236 # This should match the upstream (Ubuntu) version
|
_distver=1.236 # This should match the upstream (Ubuntu) version
|
||||||
version=${_localver}.${_distver}
|
version=${_localver}.${_distver}
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
|
|
Loading…
Reference in a new issue