remove patch-toolkit_mozapps_installer_packager_mk; from landry's git repo
reported by rpe@ nigel@ espie@
This commit is contained in:
parent
65a57187bd
commit
d1d3a659eb
@ -1,19 +0,0 @@
|
|||||||
$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.17 2013/03/03 17:34:15 landry Exp $
|
|
||||||
install headers/idl/sdk libs only if xulrunner
|
|
||||||
--- toolkit/mozapps/installer/packager.mk.orig Wed Jan 9 20:20:40 2013
|
|
||||||
+++ toolkit/mozapps/installer/packager.mk Sat Jan 12 14:39:38 2013
|
|
||||||
@@ -900,12 +900,12 @@ ifeq (bundle,$(MOZ_FS_LAYOUT))
|
|
||||||
$(error "make install" is not supported on this platform. Use "make package" instead.)
|
|
||||||
endif
|
|
||||||
$(NSINSTALL) -D $(DESTDIR)$(installdir)
|
|
||||||
- (cd $(DIST)/$(MOZ_PKG_DIR) && tar --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \
|
|
||||||
+ (cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \
|
|
||||||
(cd $(DESTDIR)$(installdir) && tar -xf -)
|
|
||||||
$(NSINSTALL) -D $(DESTDIR)$(bindir)
|
|
||||||
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
|
|
||||||
ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
|
|
||||||
-ifdef INSTALL_SDK # Here comes the hard part
|
|
||||||
+ifeq ($(MOZ_APP_NAME),xulrunner)
|
|
||||||
$(NSINSTALL) -D $(DESTDIR)$(includedir)
|
|
||||||
(cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
|
|
||||||
(cd $(DESTDIR)$(includedir) && tar -xf -)
|
|
Loading…
Reference in New Issue
Block a user