[nethack] 09/31: Do not pass '1' to setup.sh

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 3d153232acc5318ed4d138eb6f8695612a9e9019
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Mar 3 04:49:50 2016 +0000

    Do not pass '1' to setup.sh
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index d2c4be8..7721532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,10 +54,8 @@ EXTRACPP_lisp = -DLISP_GRAPHICS -DDEFAULT_WINDOW_SYS=\"lisp\"
 
 
 Makefile:
-# setup.sh makes the symlinks for the Makefiles. Giving it any
-# (in this case, 1) tells it to make symlinks.
-	sh sys/unix/setup.sh 1
-
+# setup.sh creates all the Makefiles.
+	sh sys/unix/setup.sh
 
 clean:
 	dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list