diff options
Diffstat (limited to 'base')
-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 } - |