mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
75a4a592e5
Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun!
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
--- ./include/builddefs.in.orig 2011-04-08 11:55:52.000000000 -0500
|
|
+++ ./include/builddefs.in 2011-04-18 13:41:25.000000000 -0500
|
|
@@ -28,14 +28,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@
|
|
--- ./include/buildmacros.orig 2011-04-08 11:55:52.000000000 -0500
|
|
+++ ./include/buildmacros 2011-04-18 13:41:54.000000000 -0500
|
|
@@ -40,7 +40,7 @@
|
|
$(LFILES:.l=.o) \
|
|
$(YFILES:%.y=%.tab.o)
|
|
|
|
-INSTALL = $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
|
+INSTALL = $(TOPDIR)/include/install-sh
|
|
|
|
SHELL = /bin/sh
|
|
IMAGES_DIR = $(TOPDIR)/all-images
|