diff options
author | tnut <tnut@nutyx.(none)> | 2009-11-07 10:47:37 +0100 |
---|---|---|
committer | tnut <tnut@nutyx.(none)> | 2009-11-07 10:47:37 +0100 |
commit | 89865d0dfb6bbae6146b0a936cc84ee6a15c4aa3 (patch) | |
tree | 8c3b24149858a24d8d212151bf3cc91ce60b8816 /extra/system-tools-backends | |
parent | dcb10fff38d677877f49bbd6e6440d7d8732f275 (diff) | |
parent | bbf94b6f1aa93ef45d17cd85fcf94deb249637cc (diff) | |
download | nutyx-pakxe-89865d0dfb6bbae6146b0a936cc84ee6a15c4aa3.tar.gz nutyx-pakxe-89865d0dfb6bbae6146b0a936cc84ee6a15c4aa3.tar.bz2 nutyx-pakxe-89865d0dfb6bbae6146b0a936cc84ee6a15c4aa3.tar.xz nutyx-pakxe-89865d0dfb6bbae6146b0a936cc84ee6a15c4aa3.zip |
libgsf, footprint
Diffstat (limited to 'extra/system-tools-backends')
-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 |