summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Rameau2009-08-30 23:19:33 +0200
committerQuentin Rameau2009-08-30 23:19:33 +0200
commitd8879c07ed57e11a91f669d6326cf35bdc74512e (patch)
tree05abd373e50946d91b6ce830222b865066c1d9b2
parentc9a0340ece15e2539e29d53a191f0681e61610ad (diff)
video/gpac: modified installation from /usr/lib64 to /usr/lib
-rw-r--r--video/gpac/HISTORY3
-rwxr-xr-xvideo/gpac/PRE_BUILD2
2 files changed, 5 insertions, 0 deletions
diff --git a/video/gpac/HISTORY b/video/gpac/HISTORY
index 143074725c..fe6bda7acf 100644
--- a/video/gpac/HISTORY
+++ b/video/gpac/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * PRE_BUILD: changed installation from /usr/lib64 to /usr/lib
+
2009-06-08 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.4.5, removed UPDATED and BUILD_API
diff --git a/video/gpac/PRE_BUILD b/video/gpac/PRE_BUILD
index 3e21fe1b4b..9a3256227d 100755
--- a/video/gpac/PRE_BUILD
+++ b/video/gpac/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+# disable installation to lib64
+sedit 's/lib64/lib/' configure &&
chmod u+x configure