OSDN Git Service

fix installer.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 31 Mar 2010 14:10:19 +0000 (14:10 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 31 Mar 2010 14:10:19 +0000 (14:10 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@533 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/Makefile.base

index 5bb7cc2..6058989 100644 (file)
@@ -15,7 +15,7 @@ install:
        if ! [ -f /usr/local/bin/rec10 ]; then ln $(DEST)/rec10 /usr/local/bin;fi
        chmod 755 /usr/local/bin/rec10
        if ! [ -f /etc/rec10.conf ]; then rm /etc/rec10.conf;fi
-        cp ./rec10.conf /etc/rec10.conf
+       cp ./rec10.conf /etc/rec10.conf
        if ! [ -d /tmp/rec10 ]; then mkdir -p /tmp/rec10 ;fi
        chmod 777 /tmp/rec10
 uninstall: