mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
$NetBSD: patch-xulrunner_installer_Makefile.in,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
|
|
|
|
--- xulrunner/installer/Makefile.in.orig 2012-03-09 22:20:39.000000000 +0000
|
|
+++ xulrunner/installer/Makefile.in
|
|
@@ -121,7 +121,7 @@ endif
|
|
|
|
install:: $(pkg_config_files)
|
|
@echo pkg_config_file: $(pkg_config_files)
|
|
- $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/pkgconfig
|
|
+ $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/${MOZILLA_PKG_NAME}/pkgconfig
|
|
|
|
GARBAGE += $(pkg_config_files)
|
|
|