You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/partimage/files/partimage-0.6.8-destdir.patch

12 lines
562 B

--- Makefile.am
+++ Makefile.am
@@ -48,7 +48,7 @@
$(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
echo -n "#add only users allowed to " >> \
$(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
- echo "connect partimaged" >> ${sysconfdir}/partimaged/partimagedusers ;\
+ echo "connect partimaged" >> $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
echo "# (only one login per line)" >> \
$(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
echo "" >> $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\