2014-10-16 17:30:04 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2019-08-20 21:31:15 -07:00
|
|
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
2018-08-09 21:24:35 -05:00
|
|
|
|
2014-10-16 17:30:04 +02:00
|
|
|
%:
|
2017-11-17 20:39:20 -06:00
|
|
|
dh $@
|
2018-08-09 21:24:35 -05:00
|
|
|
|
|
|
|
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/
|
2019-08-20 21:31:15 -07:00
|
|
|
chmod 644 debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules/automirror/automirror.conf
|
|
|
|
chmod 644 debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules/automirror/module.desc
|