Fix the makefile so the build actually happens.

ubuntu/focal
Simon Quigley 7 years ago
parent fc99bff111
commit 6d6a8de615

@ -1,13 +1,12 @@
#!/usr/bin/make -f #!/usr/bin/make -f
SUBDIRS := lubuntu/po/ #SUBDIRS :=
all: install all: install
install: install:
for i in $(SUBDIRS); do \ make -C lubuntu/po/; \
make -C $$i; \ find lubuntu/ -type f -iname "*.in" | xargs rm -f
find $$i/../ -type f -iname "*.in" | xargs rm -f chmod +x lubuntu/*.desktop
done
# vim:ts=4 # vim:ts=4

Loading…
Cancel
Save