File: 02_fix_directory_test

package info (click to toggle)
cwebx 3.52-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,280 kB
  • sloc: ansic: 1,622; pascal: 228; makefile: 123; sh: 1
file content (11 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@
 MACRODIR=$(prefix)/share/texmf/tex/plain/litprog
 
 install: ctanglex cweavex
-	test -s $(prefix)/bin || mkdir $(prefix)/bin
+	test -d $(prefix)/bin || mkdir $(prefix)/bin
 	$(CP) ctanglex cweavex $(prefix)/bin
 	cp cweb?mac.tex $(MACRODIR)