Fix the makefile so the build actually happens.

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

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

Loading…
Cancel
Save