mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
|
--- ./include/buildmacros.orig 2007-09-10 21:00:47.000000000 -0500
|
||
|
+++ ./include/buildmacros 2008-03-31 23:58:16.000000000 -0500
|
||
|
@@ -27,7 +27,7 @@
|
||
|
$(LFILES:.l=.o) \
|
||
|
$(YFILES:%.y=%.tab.o)
|
||
|
|
||
|
-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
||
|
+INSTALL = $(TOPDIR)/install-sh
|
||
|
|
||
|
SHELL = /bin/sh
|
||
|
IMAGES_DIR = $(TOPDIR)/all-images
|
||
|
--- ./include/builddefs.in.orig 2007-09-10 21:00:47.000000000 -0500
|
||
|
+++ ./include/builddefs.in 2008-03-31 23:58:16.000000000 -0500
|
||
|
@@ -27,14 +27,14 @@
|
||
|
PKG_VERSION = @pkg_version@
|
||
|
PKG_PLATFORM = @pkg_platform@
|
||
|
PKG_DISTRIBUTION= @pkg_distribution@
|
||
|
-PKG_BIN_DIR = @bindir@
|
||
|
-PKG_SBIN_DIR = @sbindir@
|
||
|
-PKG_LIB_DIR = @libdir@@libdirsuffix@
|
||
|
-PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@
|
||
|
-PKG_INC_DIR = @includedir@
|
||
|
-PKG_MAN_DIR = @mandir@
|
||
|
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
||
|
-PKG_LOCALE_DIR = @datadir@/locale
|
||
|
+PKG_BIN_DIR = $(DESTDIR)@bindir@
|
||
|
+PKG_SBIN_DIR = $(DESTDIR)@sbindir@
|
||
|
+PKG_LIB_DIR = $(DESTDIR)@libdir@@libdirsuffix@
|
||
|
+PKG_DEVLIB_DIR = $(DESTDIR)@libexecdir@@libdirsuffix@
|
||
|
+PKG_INC_DIR = $(DESTDIR)@includedir@
|
||
|
+PKG_MAN_DIR = $(DESTDIR)@mandir@
|
||
|
+PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@
|
||
|
+PKG_LOCALE_DIR = $(DESTDIR)@datadir@/locale
|
||
|
|
||
|
CC = @cc@
|
||
|
AWK = @awk@
|