summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-05-13 00:15:05 +1000
committerDanny Rawlins <monster.romster@gmail.com>2011-05-13 00:15:05 +1000
commit10cff208cee79d3268f9974e8782dc91cde9fb39 (patch)
treed8eb109a6ab0b93eda9d0aeee56aa4fb4aa97170
parent6b9f85cd5948ed0cc607cef023b0e06f39a7a2ca (diff)
downloadcontrib-10cff208cee79d3268f9974e8782dc91cde9fb39.tar.gz
contrib-10cff208cee79d3268f9974e8782dc91cde9fb39.tar.xz
deluge: fix man page location
-rw-r--r--deluge/.footprint14
-rw-r--r--deluge/Pkgfile5
2 files changed, 11 insertions, 8 deletions
diff --git a/deluge/.footprint b/deluge/.footprint
index f5e937285..2e918e5b0 100644
--- a/deluge/.footprint
+++ b/deluge/.footprint
@@ -1510,6 +1510,13 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/deluge/ui/web/themes/images
-rw-r--r-- root/root usr/lib/python2.7/site-packages/deluge/ui/web/themes/images/vista/toolbar/tb-btn-sprite.gif
-rw-r--r-- root/root usr/lib/python2.7/site-packages/deluge/ui/web/web.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/deluge/ui/web/web.pyc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/deluge-console.1.gz
+-rw-r--r-- root/root usr/man/man1/deluge-gtk.1.gz
+-rw-r--r-- root/root usr/man/man1/deluge-web.1.gz
+-rw-r--r-- root/root usr/man/man1/deluge.1.gz
+-rw-r--r-- root/root usr/man/man1/deluged.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/deluge.desktop
@@ -1554,13 +1561,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/96x96/apps/
drwxr-xr-x root/root usr/share/icons/scalable/
drwxr-xr-x root/root usr/share/icons/scalable/apps/
-rw-r--r-- root/root usr/share/icons/scalable/apps/deluge.svg
-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/deluge-console.1.gz
--rw-r--r-- root/root usr/share/man/man1/deluge-gtk.1.gz
--rw-r--r-- root/root usr/share/man/man1/deluge-web.1.gz
--rw-r--r-- root/root usr/share/man/man1/deluge.1.gz
--rw-r--r-- root/root usr/share/man/man1/deluged.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/deluge.png
-rw-r--r-- root/root usr/share/pixmaps/deluge.xpm
diff --git a/deluge/Pkgfile b/deluge/Pkgfile
index 63aef191b..e115bca47 100644
--- a/deluge/Pkgfile
+++ b/deluge/Pkgfile
@@ -6,7 +6,7 @@
name=deluge
version=1.3.1
-release=1
+release=2
source=(http://download.deluge-torrent.org/source/$name-$version.tar.lzma)
build() {
@@ -14,6 +14,9 @@ build() {
ARCH='x86' OS='linux' python setup.py build
python setup.py install --root=$PKG install
+ install -d $PKG/usr/man
+ mv $PKG/usr/share/man $PKG/usr/
+
# deluge wont run without this
#find $PKG -name '*.egg-info' | xargs rm -rf
}

Generated by cgit