wok diff proj/receipt @ rev 15312
nss-ldapd: fix dirs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:47:37 2013 +0000 (2013-09-27) |
parents | 780157d46ad3 |
children | 51a1ebbda768 |
line diff
1.1 --- a/proj/receipt Wed Feb 01 00:26:34 2012 +0100 1.2 +++ b/proj/receipt Fri Sep 27 15:47:37 2013 +0000 1.3 @@ -15,6 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + mkdir -p $DESTDIR/usr/bin 1.8 ./configure $CONFIGURE_ARGS && make && make install 1.9 } 1.10