From d4b92c1491f9caa1bacff421f9b22a56ad302e82 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Tue, 20 May 2014 15:57:31 +0000 Subject: Pet check-plist. (I thought this was fixed by r354246 but looks like that commit only handles the pkgng case not pkg_*...) Submitted by: jenkins via swills --- emulators/qemu-devel/files/patch-Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'emulators/qemu-devel/files/patch-Makefile') diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile index f9fc530ea762..ec67d45dc178 100644 --- a/emulators/qemu-devel/files/patch-Makefile +++ b/emulators/qemu-devel/files/patch-Makefile @@ -23,15 +23,3 @@ ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" -@@ -341,7 +347,10 @@ - $(INSTALL_DIR) "$(DESTDIR)$(qemu_confdir)" - - install-sysconfig: install-datadir install-confdir -- $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)" -+ $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)/target-x86_64.conf.sample" -+ if [ ! -f "$(qemu_confdir)/target-x86_64.conf" ]; then \ -+ $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"; \ -+ fi - - install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig \ - install-datadir install-localstatedir -- cgit v1.2.3