wok-current diff partimage-pam/receipt @ rev 11806
sdcc: fix cp -u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 25 16:25:09 2012 +0100 (2012-02-25) |
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 Sat Feb 25 16:25:09 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()