diff options
author | 2006-10-21 08:23:25 +0000 | |
---|---|---|
committer | 2006-10-21 08:23:25 +0000 | |
commit | 0a720882fc5c1d952bc4a6421fb1bbb69a75dba3 (patch) | |
tree | 520d0d3881ff4a9f93095caae5357e33d431770c /net-p2p/mute/mute-0.5.ebuild | |
parent | app-misc/genealogyj-bin: Add quotes around $FILESDIR. (diff) | |
download | sunrise-0a720882fc5c1d952bc4a6421fb1bbb69a75dba3.tar.gz sunrise-0a720882fc5c1d952bc4a6421fb1bbb69a75dba3.tar.bz2 sunrise-0a720882fc5c1d952bc4a6421fb1bbb69a75dba3.zip |
net-p2p/mute: Add quotes around $FILESDIR.
svn path=/sunrise/; revision=1651
Diffstat (limited to 'net-p2p/mute/mute-0.5.ebuild')
-rw-r--r-- | net-p2p/mute/mute-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mute/mute-0.5.ebuild b/net-p2p/mute/mute-0.5.ebuild index ff8d334de..3c7b07f7e 100644 --- a/net-p2p/mute/mute-0.5.ebuild +++ b/net-p2p/mute/mute-0.5.ebuild @@ -54,7 +54,7 @@ src_compile() { src_install() { exeinto /usr/share/mute doexe MUTE/otherApps/fileSharing/userInterface/textBased/textFileSharingMUTE - dobin ${FILESDIR}/MUTE + dobin "${FILESDIR}/MUTE" if use wxwindows; then doexe MUTE/otherApps/fileSharing/userInterface/wxWindows/fileSharingMUTE dohard /usr/bin/MUTE /usr/bin/wxMUTE |