2010-08-18 09:34:20 -04:00
|
|
|
$OpenBSD: patch-data_actions_Makefile_in,v 1.4 2010/08/18 13:34:20 jasper Exp $
|
2004-12-06 18:11:34 -05:00
|
|
|
--- data/actions/Makefile.in.orig Wed Nov 6 12:55:10 2002
|
2010-08-18 09:34:20 -04:00
|
|
|
+++ data/actions/Makefile.in Mon Aug 9 23:53:26 2010
|
|
|
|
@@ -228,11 +228,11 @@ uninstall-am: uninstall-actionsDATA uninstall-info-am
|
2002-09-01 05:23:11 -04:00
|
|
|
|
|
|
|
|
|
|
|
install-data-local:
|
|
|
|
- cd $(pkgdatadir)/actions && \
|
|
|
|
+ cd $(DESTDIR)$(pkgdatadir)/actions && \
|
|
|
|
ln -sf action.sloppy-focus action
|
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
- rm -f $(pkgdatadir)/actions/action
|
|
|
|
+ rm -f $(DESTDIR)$(pkgdatadir)/actions/action
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
2002-10-17 22:05:19 -04:00
|
|
|
.NOEXPORT:
|