aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotaz2012-05-01 01:13:15 +0300
committernotaz2012-05-27 20:57:02 +0300
commit2e6189bc568b4e95cf5b04cf84375b3e918675f1 (patch)
treee0165451408662a411332a1df3ddabf6e642f04c /configure
parentdd4d5a35678c8ff7f9a7c0ac42be354671534f96 (diff)
downloadpcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.tar.gz
pcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.tar.bz2
pcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.zip
frontend: minor tweaks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4aed26a..4cbcc80 100755
--- a/configure
+++ b/configure
@@ -313,4 +313,7 @@ if [ "$drc_cache_base" = "yes" ]; then
echo "DRC_CACHE_BASE = 1" >> $config_mak
fi
+# use pandora's skin (for now)
+test -e skin || ln -s frontend/pandora/skin skin
+
# vim:shiftwidth=2:expandtab