parent
ba78fcd55a
commit
653fedc3b8
@ -1,5 +1,5 @@
|
||||
lubuntu/calamares.desktop etc/skel/Desktop/
|
||||
lubuntu/calamares-logs-helper usr/bin/
|
||||
lubuntu/branding/ etc/calamares/
|
||||
lubuntu/calamares-logs-helper usr/bin/
|
||||
lubuntu/calamares.desktop etc/skel/Desktop/
|
||||
lubuntu/modules/ etc/calamares/
|
||||
lubuntu/settings.conf etc/calamares/
|
||||
|
@ -1,4 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing
|
||||
mkdir -pv debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules
|
||||
cp -vr common/modules/* debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules
|
||||
chmod -R 755 debian/calamares-settings-ubuntu-common/usr/lib/
|
||||
|
Loading…
Reference in new issue