wok diff slim/receipt @ rev 9511

Added sqlite-dev to apr-util build depends. Needed to build apr-dbd-sqlite package.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 06 08:18:26 2011 +0000 (2011-04-06)
parents 4a193c62c501
children faad1224c24e
line diff
     1.1 --- a/slim/receipt	Wed Mar 02 00:01:14 2011 +0000
     1.2 +++ b/slim/receipt	Wed Apr 06 08:18:26 2011 +0000
     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