]> Nishi Git Mirror - mandshurica.git/commitdiff
do not install mkpasswd.pl
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 11 May 2024 10:44:25 +0000 (10:44 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 11 May 2024 10:44:25 +0000 (10:44 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@90 f982e544-4a7d-3444-ad1a-fde59a2a69f1

GNUmakefile

index 99ec74329b2b0fcf9a70e305bc6402e82bc6b88e..b7e5f2485ed8c25e99cccb2449373e4beb9f11f6 100644 (file)
@@ -54,7 +54,6 @@ replace:
 install: all
        mkdir -p $(PREFIX) $(MODULE_PREFIX) $(DATABASE_PREFIX) $(WEBROOT_PREFIX) $(PROJECT_PREFIX) $(TOOL_PREFIX) $(PREFIX)/etc $(PREFIX)/bin $(PREFIX)/lib/mandshurica/db
        touch $(PREFIX)/lib/mandshurica/db/auth.db $(PREFIX)/lib/mandshurica/db/login.db $(PREFIX)/lib/mandshurica/db/project.db
-       cp ./mkpasswd.pl $(PREFIX)/bin/
        ./Mandshurica/mandshurica --create $(PREFIX)/etc/mandshurica.conf
        $(MAKE) -C ./Mandshurica install $(PREFIXES)
        $(MAKE) -C ./Module install $(PREFIXES)