X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=pm-hooks.patch;h=7029b59bf762c745c58d32e8b160ab0026b2853a;hp=9a7d33b7df3f9e4b0facaaade510c908548c3997;hb=3a425a6db5aeb44a75a43e70a3bb22f9cfe2472c;hpb=e67b4b2aba6d20975e5de612b79b6a94e352c4c5 diff --git a/pm-hooks.patch b/pm-hooks.patch index 9a7d33b..7029b59 100644 --- a/pm-hooks.patch +++ b/pm-hooks.patch @@ -2,7 +2,7 @@ this could be handled natively by poldek but implement as "pm command" hack for now --- /dev/null 2015-05-20 12:11:30.089022100 +0300 -+++ poldek/pm-command.sh 2015-05-31 18:21:15.748917981 +0300 ++++ poldek/scripts/pm-command.sh 2015-05-31 18:21:15.748917981 +0300 @@ -0,0 +1,11 @@ +#!/bin/sh +# wrapper to add pre-install.d and post-install.d support for pm command in poldek @@ -38,7 +38,7 @@ but implement as "pm command" hack for now --- poldek-0.30.1/conf/Makefile.am 2015-05-31 18:28:29.319806773 +0300 +++ poldek-0.30.1/conf/Makefile.am 2015-05-31 19:12:22.206571793 +0300 @@ -26,6 +26,10 @@ - + install-data-local: $(GENCONFIGS) $(MKDIR_P) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/repos.d + $(MKDIR_P) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/pre-install.d @@ -52,10 +52,10 @@ but implement as "pm command" hack for now +++ poldek-0.30.1/Makefile.am 2015-05-31 19:10:22.240340180 +0300 @@ -79,7 +79,7 @@ LDADD_ = @INTLLIBS@ - + vfscriptsdir = $(PKGLIBDIR) --vfscripts_SCRIPTS = zlib-in-rpm.sh vfjuggle vfcompr vfsmb poldekuser-setup.sh -+vfscripts_SCRIPTS = zlib-in-rpm.sh vfjuggle vfcompr vfsmb poldekuser-setup.sh pm-command.sh - +-vfscripts_SCRIPTS = scripts/zlib-in-rpm.sh scripts/vfjuggle scripts/vfcompr scripts/vfsmb scripts/poldekuser-setup.sh ++vfscripts_SCRIPTS = scripts/zlib-in-rpm.sh scripts/vfjuggle scripts/vfcompr scripts/vfsmb scripts/poldekuser-setup.sh scripts/pm-command.sh + EXTRA_DIST = \ $(vfscripts_SCRIPTS) \