summaryrefslogtreecommitdiff
path: root/geany
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-04-15 11:44:20 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-04-15 11:44:20 +0200
commit7861d248a25afcd85270e24d84b91ca34ee3a8dc (patch)
treef9cfcf2850ad8cfc74ee58827c2ad2efc9178a2e /geany
parent8e63a1217bcea813ae0e559264af3f98605c3733 (diff)
downloadcontrib-7861d248a25afcd85270e24d84b91ca34ee3a8dc.tar.gz
contrib-7861d248a25afcd85270e24d84b91ca34ee3a8dc.tar.xz
geany: Fixed man path.
Diffstat (limited to 'geany')
-rw-r--r--geany/.footprint6
-rw-r--r--geany/Pkgfile1
2 files changed, 4 insertions, 3 deletions
diff --git a/geany/.footprint b/geany/.footprint
index 4e77c041d..7c8e3c9aa 100644
--- a/geany/.footprint
+++ b/geany/.footprint
@@ -15,6 +15,9 @@ drwxr-xr-x root/root usr/lib/geany/
-rwxr-xr-x root/root usr/lib/geany/htmlchars.so
-rwxr-xr-x root/root usr/lib/geany/vcdiff.la
-rwxr-xr-x root/root usr/lib/geany/vcdiff.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/geany.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/geany.desktop
@@ -73,8 +76,5 @@ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-other.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-struct.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-var.png
-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/geany.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/geany.png
diff --git a/geany/Pkgfile b/geany/Pkgfile
index 2d5e16d54..3193c7ad3 100644
--- a/geany/Pkgfile
+++ b/geany/Pkgfile
@@ -12,6 +12,7 @@ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
+ --mandir=/usr/man \
--disable-vte \
--enable-plugins
make

Generated by cgit