wok diff partimage-pam/receipt @ rev 11704
Up: tazpkg (4.7.4)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Feb 19 12:12:37 2012 +0100 (2012-02-19) |
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 Sun Feb 19 12:12:37 2012 +0100 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()