mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-13 22:28:21 +00:00
13 lines
171 B
Makefile
Executable File
13 lines
171 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
#SUBDIRS :=
|
|
|
|
all: install
|
|
|
|
install:
|
|
make -C lubuntu/po/; \
|
|
find lubuntu/ -type f -iname "*.in" | xargs rm -f
|
|
chmod +x lubuntu/*.desktop
|
|
|
|
# vim:ts=4
|