Codebase list pakcs / f72a1d2
debian/patches: Rebase 2001_run-cleancurry-from-inside-debian-subfolder.patch. Mike Gabriel 5 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22
33 --- a/Makefile
44 +++ b/Makefile
5 @@ -111,7 +111,7 @@
5 @@ -110,7 +110,7 @@
66 # The front end binary
77 export CYMAKE = $(BINDIR)/$(CURRYSYSTEM)-frontend
88 # The cleancurry binary
99 -export CLEANCURRY = $(BINDIR)/cleancurry
1010 +export CLEANCURRY = debian/bin/cleancurry.sh
11
11
1212 # Logfile for make:
1313 MAKELOG=make.log
1414 --- a/testsuite/test.sh
1515 +++ b/testsuite/test.sh
1616 @@ -60,7 +60,7 @@
1717 export PATH
18
18
1919 # clean up before
2020 -$CURRYBIN/cleancurry -r
2121 +../debian/bin/cleancurry.sh -r
22
22
2323 LOGFILE=xxx$$
24
24