wok-current diff partimage-pam/receipt @ rev 9754
libusb-compat: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 03:37:17 2011 +0200 (2011-05-11) |
parents | d1768332cee0 |
children | c1549ac89096 |
line diff
1.1 --- a/partimage-pam/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/partimage-pam/receipt Wed May 11 03:37:17 2011 +0200 1.3 @@ -31,8 +31,8 @@ 1.4 mkdir -p $fs/usr $fs/etc/init.d 1.5 cp -a $_pkg/usr/sbin $fs/usr 1.6 cp -a $_pkg/etc $fs/ 1.7 - install -g root -o root -m 0600 ../$SOUR$stuff/etc/partimaged/partimaged.* $fs/etc/partimaged 1.8 - install -g root -o root -m 0755 ../$SOUR$stuff/etc/init.d/partimaged $fs/etc/init.d 1.9 + install -g root -o root -m 0600 ../$SOURCE/stuff/etc/partimaged/partimaged.* $fs/etc/partimaged 1.10 + install -g root -o root -m 0755 ../$SOURCE/stuff/etc/init.d/partimaged $fs/etc/init.d 1.11 } 1.12 1.13 post_install()