summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Grammatikidis2009-05-06 14:59:55 +0100
committerJaka Kranjc2009-05-12 10:45:47 +0200
commit5d9acbc77cb2cdfeecd1c5179512c74128e52a3d (patch)
tree36d577589c06882a93aae1e17b33a04700d8908f
parent9539216c32a664d02206b4fce6d857b3c007d78e (diff)
mplayer-gui: /usr/share/mplayer may not exist, make it.
(cherry picked from commit 46feb7abb9d895f261f336780f921693eba78766)
-rw-r--r--video-libs/mplayer-gui/HISTORY4
-rwxr-xr-xvideo-libs/mplayer-gui/INSTALL1
2 files changed, 5 insertions, 0 deletions
diff --git a/video-libs/mplayer-gui/HISTORY b/video-libs/mplayer-gui/HISTORY
index 14dca7b7f6..65928411eb 100644
--- a/video-libs/mplayer-gui/HISTORY
+++ b/video-libs/mplayer-gui/HISTORY
@@ -1,3 +1,7 @@
+2009-05-06 Ethan Grammatikidis <eekee57@fastmail.fm>
+ * INSTALL: /usr/share/mplayer may not exist, make it before attempting
+ to install theme.
+
2009-03-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]; updated spell to 1.7
* INSTALL: use correct path; removed useless stuff; increased verbosity
diff --git a/video-libs/mplayer-gui/INSTALL b/video-libs/mplayer-gui/INSTALL
index e1a3eb928a..5193cdc8dc 100755
--- a/video-libs/mplayer-gui/INSTALL
+++ b/video-libs/mplayer-gui/INSTALL
@@ -1,3 +1,4 @@
+mkdir -p "$INSTALL_ROOT/usr/share/mplayer/skins" &&
cp -av Blue "$INSTALL_ROOT/usr/share/mplayer/skins" &&
ln -vsf "$TRACK_ROOT/usr/share/mplayer/skins/Blue" \