aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-22 00:09:07 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-22 00:09:07 +0200
commitf76bef8facffab5eda3b9faefe76591f8d1a163a (patch)
tree1b6a67d391bfe583c3c7fff14259f90ff20e4ef8 /configure
parentadbf4659be82b3d08352009e7e74726edc1b81a0 (diff)
downloadponysay-f76bef8facffab5eda3b9faefe76591f8d1a163a.tar.gz
ponysay-f76bef8facffab5eda3b9faefe76591f8d1a163a.tar.bz2
ponysay-f76bef8facffab5eda3b9faefe76591f8d1a163a.zip
accepts ucs in -f and -q
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 6e1c963..6f8b57d 100755
--- a/configure
+++ b/configure
@@ -17,7 +17,7 @@ oldInstalledDirs='lib/ponysay share/ponies share/ttyponies bin/ponysaylist.pl'
oldCompiledFiles='truncater ponysaytruncater ponysay.py.install'
oldCompiledDirs=''
-installedFiles='bin/ponysay bin/ponythink doc/ponysay.pdf share/info/ponysay.info.gz share/info/ponythink.info.gz'
+installedFiles='bin/ponysay bin/ponythink doc/ponysay.pdf share/info/ponysay.info.gz share/info/ponythink.info.gz share/ponysay/ucsmap'
installedDirs='share/ponysay lib/ponysay'
compiledFiles='ponysay.info ponysay.info.gz ponysay.install ponysay.install~'
compiledDirs='quotes'
@@ -231,6 +231,9 @@ function makeMakefile()
echo -en '\t' ; echo 'install "ponysay.install" "$(INSTALLDIR)/bin/ponysay"'
echo -en '\t' ; echo 'ln -sf "ponysay" "$(INSTALLDIR)/bin/ponythink"'
echo
+ echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/"'
+ echo -en '\t' ; echo 'install "share/ucsmap" "$(INSTALLDIR)/share/ponysay/ucsmap"'
+ echo
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/licenses/ponysay/"'
for file in $licenseFiles; do
echo -en '\t'