wok diff slim/receipt @ rev 9445

slitaz-doc: add system-doc.desktop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 01:31:20 2011 +0200 (2011-04-02)
parents 4a193c62c501
children faad1224c24e
line diff
     1.1 --- a/slim/receipt	Wed Mar 02 00:01:14 2011 +0000
     1.2 +++ b/slim/receipt	Sat Apr 02 01:31:20 2011 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/NoPwdForCmd.patch || return 1
     1.8 +	patch -p1 < $stuff/NoPwdForCmd.patch || return 1
     1.9  	make &&
    1.10  	make DESTDIR=$src/_pkg install
    1.11  }
    1.12 @@ -28,11 +28,11 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share/slim
    1.16 -	cp -a stuff/themes $fs/usr/share/slim
    1.17 +	cp -a $stuff/themes $fs/usr/share/slim
    1.18  	cp -a $_pkg/usr/bin $fs/usr
    1.19  
    1.20  	# Config file and rc script.
    1.21 -	cp -a stuff/etc $fs
    1.22 +	cp -a $stuff/etc $fs
    1.23  	chown -R root.root $fs
    1.24  }
    1.25