pkgsrc/sysutils/bacula/patches/patch-am
ghen 42750d5556 Move the dvd-handler python script from libexec/bacula to share/examples/bacula
to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that
one script).  Bump PKGREVISION for bacula and bacula-clientonly.
2008-01-08 16:52:20 +00:00

16 lines
840 B
Text

$NetBSD: patch-am,v 1.1 2008/01/08 16:52:20 ghen Exp $
--- scripts/Makefile.in.orig 2007-04-18 19:06:43.000000000 +0200
+++ scripts/Makefile.in
@@ -51,11 +51,6 @@ install: installdirs
$(MV) -f ${DESTDIR}${scriptdir}/disk-changer ${DESTDIR}${scriptdir}/disk-changer.old; \
fi
$(INSTALL_SCRIPT) disk-changer $(DESTDIR)$(scriptdir)/disk-changer
- @if test -f ${DESTDIR}${scriptdir}/dvd-handler; then \
- echo " ==> Saving existing dvd-handler to dvd-handler.old"; \
- $(MV) -f ${DESTDIR}${scriptdir}/dvd-handler ${DESTDIR}${scriptdir}/dvd-handler.old; \
- fi
- $(INSTALL_SCRIPT) dvd-handler $(DESTDIR)$(scriptdir)/dvd-handler
$(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(scriptdir)/btraceback.gdb
$(INSTALL_DATA) btraceback.dbx $(DESTDIR)$(scriptdir)/btraceback.dbx
chmod 0644 $(DESTDIR)$(scriptdir)/btraceback.gdb \