diff options
author | tnut <tnut at nutyx dot com> | 2011-04-22 07:59:22 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-22 07:59:22 +0200 |
commit | 6d5426e3099b0af01c6c3e4e8ed473194395133e (patch) | |
tree | 542122bfe181fc8fd19e0b3fca48cd0864754970 | |
parent | 867101be0783480c5bc6a7e028055d66976c557e (diff) | |
download | nutyx-pakxe-6d5426e3099b0af01c6c3e4e8ed473194395133e.tar.gz nutyx-pakxe-6d5426e3099b0af01c6c3e4e8ed473194395133e.tar.bz2 nutyx-pakxe-6d5426e3099b0af01c6c3e4e8ed473194395133e.tar.xz nutyx-pakxe-6d5426e3099b0af01c6c3e4e8ed473194395133e.zip |
dbus, maj footprint
-rw-r--r-- | base/dbus/.footprint.i686 | 3 | ||||
-rw-r--r-- | base/dbus/.footprint.x86_64 | 3 | ||||
-rwxr-xr-x | base/dbus/Pkgfile | 4 |
3 files changed, 1 insertions, 9 deletions
diff --git a/base/dbus/.footprint.i686 b/base/dbus/.footprint.i686 index 50638f868..6a7219373 100644 --- a/base/dbus/.footprint.i686 +++ b/base/dbus/.footprint.i686 @@ -69,9 +69,6 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ drwxr-xr-x root/root usr/share/dbus-1/system-services/ -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/dbus/ -drwxr-xr-x root/root usr/share/doc/dbus/api/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dbus-cleanup-sockets.1.gz diff --git a/base/dbus/.footprint.x86_64 b/base/dbus/.footprint.x86_64 index 50638f868..6a7219373 100644 --- a/base/dbus/.footprint.x86_64 +++ b/base/dbus/.footprint.x86_64 @@ -69,9 +69,6 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ drwxr-xr-x root/root usr/share/dbus-1/system-services/ -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/dbus/ -drwxr-xr-x root/root usr/share/doc/dbus/api/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dbus-cleanup-sockets.1.gz diff --git a/base/dbus/Pkgfile b/base/dbus/Pkgfile index 561009b02..59ca391aa 100755 --- a/base/dbus/Pkgfile +++ b/base/dbus/Pkgfile @@ -2,8 +2,6 @@ # URL: http://dbus.freedesktop.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Run on: expat,xorg-libsm,xorg-libice,xorg-libx11,xorg-libxcb,xorg-libxau,xorg-libxdmcp - name=dbus version=1.4.8 release=2 @@ -45,5 +43,5 @@ build() { mkdir -p $PKG/usr/share/dbus-1/services mkdir -p $PKG/etc/dbus-1/system.d/ mkdir -p $PKG/etc/dbus-1/session.d/ + rm -r $PKG/usr/share/doc } - |