From: Victor Martinez Date: Thu, 30 Sep 2010 07:36:15 +0000 (+0000) Subject: phear: Fixed data installation dir. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=eb1e1692be288e528360fdb810dd592c72add8ce;p=attic%2Fports%2Fgames-cross.git phear: Fixed data installation dir. --- diff --git a/phear/.footprint b/phear/.footprint index 9f27041..3f38c7d 100644 --- a/phear/.footprint +++ b/phear/.footprint @@ -3,21 +3,20 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/phear drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/phear/ -drwxr-xr-x root/root usr/share/phear/phear/ -drwxr-xr-x root/root usr/share/phear/phear/data/ --rw-r--r-- root/root usr/share/phear/phear/data/gover --rw-r--r-- root/root usr/share/phear/phear/data/htext -drwxr-xr-x root/root usr/share/phear/phear/data/levels/ --rw-r--r-- root/root usr/share/phear/phear/data/levels/01 --rw-r--r-- root/root usr/share/phear/phear/data/levels/02 --rw-r--r-- root/root usr/share/phear/phear/data/levels/03 --rw-r--r-- root/root usr/share/phear/phear/data/levels/04 --rw-r--r-- root/root usr/share/phear/phear/data/levels/05 --rw-r--r-- root/root usr/share/phear/phear/data/levels/06 --rw-r--r-- root/root usr/share/phear/phear/data/levels/07 --rw-r--r-- root/root usr/share/phear/phear/data/levels/08 --rw-r--r-- root/root usr/share/phear/phear/data/levels/09 --rw-r--r-- root/root usr/share/phear/phear/data/levels/10 --rw-r--r-- root/root usr/share/phear/phear/data/levels/11 --rw-r--r-- root/root usr/share/phear/phear/data/spgraf --rw-r--r-- root/root usr/share/phear/phear/data/tdesc +drwxr-xr-x root/root usr/share/phear/data/ +-rw-r--r-- root/root usr/share/phear/data/gover +-rw-r--r-- root/root usr/share/phear/data/htext +drwxr-xr-x root/root usr/share/phear/data/levels/ +-rw-r--r-- root/root usr/share/phear/data/levels/01 +-rw-r--r-- root/root usr/share/phear/data/levels/02 +-rw-r--r-- root/root usr/share/phear/data/levels/03 +-rw-r--r-- root/root usr/share/phear/data/levels/04 +-rw-r--r-- root/root usr/share/phear/data/levels/05 +-rw-r--r-- root/root usr/share/phear/data/levels/06 +-rw-r--r-- root/root usr/share/phear/data/levels/07 +-rw-r--r-- root/root usr/share/phear/data/levels/08 +-rw-r--r-- root/root usr/share/phear/data/levels/09 +-rw-r--r-- root/root usr/share/phear/data/levels/10 +-rw-r--r-- root/root usr/share/phear/data/levels/11 +-rw-r--r-- root/root usr/share/phear/data/spgraf +-rw-r--r-- root/root usr/share/phear/data/tdesc diff --git a/phear/Pkgfile b/phear/Pkgfile index 2434caa..113166d 100644 --- a/phear/Pkgfile +++ b/phear/Pkgfile @@ -6,11 +6,11 @@ name=phear version=0.5 -release=1 +release=2 source=(http://www.x86.no/cavezofphear/$name-$version.tar.bz2) build() { cd $name-$version make CC="$CC" - make install DESTDIR_BIN="$PKG/usr/bin" DESTDIR_DATA="$PKG/usr/share/$name" + make install DESTDIR_BIN="$PKG/usr/bin" DESTDIR_DATA="$PKG/usr/share/" }