wok-6.x
diff recorder/receipt @ rev 9792
awesome+startup-notification: fix BUILD_DEPENDS
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Fri May 13 23:19:06 2011 +0200 (2011-05-13) |
parents |
d792bbad32e2 |
children |
de49f29b101e |
line diff
1.1 --- a/recorder/receipt Tue Sep 07 21:57:26 2010 +0200
1.2 +++ b/recorder/receipt Fri May 13 23:19:06 2011 +0200
1.3 @@ -15,7 +15,7 @@
1.4 compile_rules()
1.5 {
1.6 cd $src
1.7 - cp ../stuff/Makefile Makefile
1.8 + cp $stuff/Makefile Makefile
1.9 make DESTDIR=$PWD/_pkg install
1.10 }
1.11