wok-current diff gdbm/receipt @ rev 13497
Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Oct 13 10:49:28 2012 +0200 (2012-10-13) |
parents | 8b19c9c8daae |
children | 2b9f96603415 |
line diff
1.1 --- a/gdbm/receipt Fri Nov 25 08:14:23 2011 +0000 1.2 +++ b/gdbm/receipt Sat Oct 13 10:49:28 2012 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 cd $src 1.5 sed -i -e 's/BINOWN = bin/BINOWN = root/' \ 1.6 -e 's/BINGRP = bin/BINGRP = root/' Makefile.in 1.7 - ./configure && 1.8 + ./configure $CONFIGURE_ARGS && 1.9 make && 1.10 make INSTALL_ROOT=$DESTDIR install 1.11 }