summaryrefslogtreecommitdiff
path: root/games/netris/files/patch-aa
blob: 3b58aff7a858a9d89d893c65039c13dad0eaa912 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Configure.orig	Mon Dec 20 14:58:16 1999
+++ Configure	Mon Dec 20 15:00:24 1999
@@ -85,7 +85,7 @@
 echo "Checking for libraries"
 echo 'main(){}' > test.c
 LFLAGS=""
-for lib in -lcurses -lncurses; do
+for lib in -lncurses -lcurses; do
 	if $CC $CFLAGS $LEXTRA test.c $lib > /dev/null 2>&1; then
 		LFLAGS="$lib"
 	fi
@@ -285,7 +285,7 @@
 
 install:
 	$(INSTALL) -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
-	$(INSTALL) -o bin -g bin -s -m 755 sr $(DESTDIR)
+	$(INSTALL) -o bin -g bin -s -m 755 sr $(DESTDIR)/sample-robot
 
 ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
 END