diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2010-05-19 08:58:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:43:05 +0200 |
commit | b76270bf9e6dd375e495fec92140a79a79415d27 (patch) | |
tree | 3dbed78b2279bf9f14207a16dc634b90995cbd40 /source/ap/xfsdump/xfsdump.destdir.diff | |
parent | 5a12e7c134274dba706667107d10d231517d3e05 (diff) | |
download | current-b76270bf9e6dd375e495fec92140a79a79415d27.tar.gz |
Slackware 13.1slackware-13.1
Wed May 19 08:58:23 UTC 2010
Slackware 13.1 x86_64 stable is released!
Lots of thanks are due -- see the RELEASE_NOTES and the rest of the
ChangeLog for credits. The ISOs are on their way to replication,
a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We are taking pre-orders now at store.slackware.com, and offering
a discount if you sign up for a subscription. Consider picking up
a copy to help support the project. Thanks again to the Slackware
community for testing, contributing, and generally holding us to a
high level of quality. :-)
Enjoy!
Diffstat (limited to 'source/ap/xfsdump/xfsdump.destdir.diff')
-rw-r--r-- | source/ap/xfsdump/xfsdump.destdir.diff | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/source/ap/xfsdump/xfsdump.destdir.diff b/source/ap/xfsdump/xfsdump.destdir.diff index 1772465d..a42bb3a2 100644 --- a/source/ap/xfsdump/xfsdump.destdir.diff +++ b/source/ap/xfsdump/xfsdump.destdir.diff @@ -1,32 +1,19 @@ ---- ./include/buildmacros.orig 2007-09-10 21:01:12.000000000 -0500 -+++ ./include/buildmacros 2008-04-01 00:06:53.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 +--- ./include/builddefs.in.orig 2010-01-12 19:53:18.000000000 -0600 ++++ ./include/builddefs.in 2010-02-09 15:17:24.000000000 -0600 +@@ -32,13 +32,13 @@ + datarootdir = @datarootdir@ + top_builddir = @top_builddir@ - SHELL = /bin/sh - IMAGES_DIR = $(TOPDIR)/all-images ---- ./include/builddefs.in.orig 2007-09-10 21:01:12.000000000 -0500 -+++ ./include/builddefs.in 2008-04-01 00:06:53.000000000 -0500 -@@ -30,14 +30,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_ROOT_SBIN_DIR = @root_sbindir@ +-PKG_ROOT_LIB_DIR= @root_libdir@@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_ROOT_SBIN_DIR = $(DESTDIR)@root_sbindir@ ++PKG_ROOT_LIB_DIR= $(DESTDIR)@root_libdir@@libdirsuffix@ +PKG_INC_DIR = $(DESTDIR)@includedir@ +PKG_MAN_DIR = $(DESTDIR)@mandir@ +PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@ @@ -34,3 +21,14 @@ CC = @cc@ AWK = @awk@ +--- ./include/buildmacros.orig 2010-01-12 19:53:18.000000000 -0600 ++++ ./include/buildmacros 2010-02-09 15:15:47.000000000 -0600 +@@ -30,7 +30,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 |