diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-03 13:10:48 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-03 13:10:48 +0000 |
commit | 96682c1a49b1a1785db526e52b93670a4f414c2b (patch) | |
tree | 3e372a424eda0b1a032feda7421eb1876d530d5b /multimedia/tunapie/files | |
parent | 3788a621e1379be9a5ac135b34d7fdbd9e2ee800 (diff) | |
download | ports-96682c1a49b1a1785db526e52b93670a4f414c2b.tar.gz ports-96682c1a49b1a1785db526e52b93670a4f414c2b.zip |
Notes
Diffstat (limited to 'multimedia/tunapie/files')
-rw-r--r-- | multimedia/tunapie/files/patch-install.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/tunapie/files/patch-install.sh b/multimedia/tunapie/files/patch-install.sh index 79a59d894d9d..cd565d23c74b 100644 --- a/multimedia/tunapie/files/patch-install.sh +++ b/multimedia/tunapie/files/patch-install.sh @@ -1,6 +1,6 @@ ---- install.sh 2007-12-12 04:40:29.000000000 +0100 -+++ install.sh.port 2007-12-22 22:55:49.000000000 +0100 -@@ -1,14 +1,13 @@ +--- install.sh 2008-06-08 00:20:38.000000000 +0200 ++++ install.sh.port 2008-06-28 18:24:30.000000000 +0200 +@@ -1,14 +1,12 @@ #!/bin/sh -if [ "$1" = "--adult" ]; then echo '1'>/etc/tunapie.config -else echo '0'>/etc/tunapie.config @@ -24,5 +24,4 @@ +mkdir -p %%DATADIR%%/pixmaps +cp src/tplogo.xpm %%DATADIR%%/pixmaps/ +ln -s %%DATADIR%%/pixmaps/tplogo.xpm %%PREFIX%%/share/pixmaps/tplogo.xpm -+cp tunapie.1 %%MANPREFIX%%/man/man1 +cp tunapie.desktop %%DESKTOPDIR%% |