summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-04-01 13:01:07 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-04-01 13:01:07 +0000
commit585f2d21b98093e47cb131b06815207dbbe3943f (patch)
treef4df20ba0cf1fa38caf71bd3e6451369735c070f /gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch
parentTesting FHS layout (diff)
downloadgnustep-585f2d21b98093e47cb131b06815207dbbe3943f.tar.gz
gnustep-585f2d21b98093e47cb131b06815207dbbe3943f.tar.bz2
gnustep-585f2d21b98093e47cb131b06815207dbbe3943f.zip
WIP ebuild for wmaker-crm
Move away FHS gnustep tests, to keep the overlay clean svn path=/overlay/; revision=435
Diffstat (limited to 'gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch')
-rw-r--r--gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch b/gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch
deleted file mode 100644
index 407a514..0000000
--- a/gnustep-base/gnustep-make/files/gnustep-make-2.0.1-destdir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-* grobian@gentoo.org: because we use sandbox this check fails (cannot
- write outside the DESTDIR. Allowing to write in the
- GNUSTEP_INSTALLATION_DIR means our sandbox is useless, since then
- everything can be written, so prefer to just check the DESTDIR
- location instead.
-
---- Master/rules.make
-+++ Master/rules.make
-@@ -107,9 +107,9 @@
-
- ifneq ($(GNUSTEP_INSTALLATION_DIR),)
- internal-check-install-permissions:
-- @if [ -d "$(GNUSTEP_INSTALLATION_DIR)" \
-- -a ! -w "$(GNUSTEP_INSTALLATION_DIR)" ]; then \
-- echo "*ERROR*: the software is configured to install itself into $(GNUSTEP_INSTALLATION_DIR)"; \
-+ @if [ -d "$(DESTDIR)$(GNUSTEP_INSTALLATION_DIR)" \
-+ -a ! -w "$(DESTDIR)$(GNUSTEP_INSTALLATION_DIR)" ]; then \
-+ echo "*ERROR*: the software is configured to install itself into $(DESTDIR)$(GNUSTEP_INSTALLATION_DIR)"; \
- echo "but you do not have permissions to write in that directory:";\
- echo "Aborting installation."; \
- echo ""; \