wok diff nethack/receipt @ rev 15529

conky: don't let conky window disappear
author Dominique Corbex <domcox@slitaz.org>
date Thu Nov 21 21:20:50 2013 +0100 (2013-11-21)
parents 170c0f7957a7
children 23c3aed67cd9
line diff
     1.1 --- a/nethack/receipt	Sun Jun 12 18:00:26 2011 +0000
     1.2 +++ b/nethack/receipt	Thu Nov 21 21:20:50 2013 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  	sed -i "s|= /usr|= $DESTDIR/usr|" Makefile	
     1.5  	sed -i "s|= games|= root|" Makefile
     1.6  	sed -i "s|= bin|= root|" Makefile
     1.7 +	sed -i '/rmdir \.\/-p/d' Makefile
     1.8  	make && make install
     1.9  }
    1.10