summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-03-27 14:25:39 +0300
committerArwed von Merkatz2010-04-12 18:17:18 +0200
commit5efbcd6329e192c3a830fb5ce4b3ab31f768dac6 (patch)
tree46c5401d158a441311e3b9fff9d6a32ab412aba0
parent59ba78863e24377e091b2149447b5f73a3a7cfb3 (diff)
fuse: corrected pkgconfig dir, b0rked by some of the previous commits
(cherry picked from commit 29956bb0c827d1159d5bb57a3fc69215e77615a1)
-rwxr-xr-xdisk/fuse/BUILD4
-rwxr-xr-xdisk/fuse/DETAILS4
-rw-r--r--disk/fuse/HISTORY4
3 files changed, 9 insertions, 3 deletions
diff --git a/disk/fuse/BUILD b/disk/fuse/BUILD
index 2277ee7d5b..4538a62f8e 100755
--- a/disk/fuse/BUILD
+++ b/disk/fuse/BUILD
@@ -2,7 +2,9 @@ if [[ $CVS == y ]]; then
OPTS="$OPTS --disable-mtab"
fi &&
-OPTS="--exec-prefix=$INSTALL_ROOT/ $OPTS" &&
+OPTS="--exec-prefix=$INSTALL_ROOT/ \
+ --with-pkgconfigdir=$INSTALL_ROOT/usr/lib/pkgconfig \
+ $OPTS" &&
default_build_configure &&
diff --git a/disk/fuse/DETAILS b/disk/fuse/DETAILS
index c63443e384..36ad8e6866 100755
--- a/disk/fuse/DETAILS
+++ b/disk/fuse/DETAILS
@@ -20,9 +20,9 @@ fi
WEB_SITE=http://fuse.sourceforge.net/
ENTERED=20040209
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="disk"
- SHORT="FUSE is an interface for filesystems implemented in userspace"
+ SHORT="interface for filesystems implemented in userspace"
cat << EOF
FUSE (Filesystem in USErspace) is an interface for filesystems implemented in userspace.
EOF
diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index 1522af9e72..fd0e928255 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,7 @@
+2010-03-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL+=1; fixed short desc
+ * BUILD: corrected pkgconfig dir, b0rked by some of the previous commits
+
2010-03-19 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
* BUIlD: Install binaries to / (Bug #15622)