diff options
author | fredjo <frederic.joly@9online.fr> | 2009-11-06 17:22:56 +0100 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-06 17:22:56 +0100 |
commit | 464c9093cdf553b72ed8db8886e5b0c6fee3be03 (patch) | |
tree | fbe43a9b46732ec3109949576fdea4b6a90fe7c4 | |
parent | 3df8c0902c165c0e98be9bbe86b2ea3d66e773ab (diff) | |
download | nutyx-pakxe-464c9093cdf553b72ed8db8886e5b0c6fee3be03.tar.gz nutyx-pakxe-464c9093cdf553b72ed8db8886e5b0c6fee3be03.tar.bz2 nutyx-pakxe-464c9093cdf553b72ed8db8886e5b0c6fee3be03.tar.xz nutyx-pakxe-464c9093cdf553b72ed8db8886e5b0c6fee3be03.zip |
MAJ system-tools-backends suite recompile
-rw-r--r-- | extra/system-tools-backends/.footprint | 6 | ||||
-rw-r--r-- | extra/system-tools-backends/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/system-tools-backends/.footprint b/extra/system-tools-backends/.footprint index 2c82d5932..35a636a01 100644 --- a/extra/system-tools-backends/.footprint +++ b/extra/system-tools-backends/.footprint @@ -89,9 +89,9 @@ drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl/auto/N -r--r--r-- root/root usr/share/system-tools-backends-2.0/modules/lib/perl/auto/Net/DBus/DBus.bs (EMPTY) -r-xr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl/auto/Net/DBus/DBus.so drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/ -drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.0/ -drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.0/i686-linux-thread-multi/ --rw-r--r-- root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.0/i686-linux-thread-multi/perllocal.pod +drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.1/ +drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.1/i686-linux-thread-multi/ +-rw-r--r-- root/root usr/share/system-tools-backends-2.0/modules/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/share/ drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/share/man/ drwxr-xr-x root/root usr/share/system-tools-backends-2.0/modules/share/man/man3/ diff --git a/extra/system-tools-backends/Pkgfile b/extra/system-tools-backends/Pkgfile index 161be5b86..de36b15d1 100644 --- a/extra/system-tools-backends/Pkgfile +++ b/extra/system-tools-backends/Pkgfile @@ -11,7 +11,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.6/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc make make DESTDIR=$PKG install |