mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-22 23:21:29 +00:00
Fix the makefile so the build actually happens.
This commit is contained in:
parent
fc99bff111
commit
6d6a8de615
9
Makefile
9
Makefile
@ -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…
x
Reference in New Issue
Block a user