Skip to content
Snippets Groups Projects
Commit 5cedd4a4 authored by Brice Goglin's avatar Brice Goglin
Browse files

Remove DESTDIR from INSTALL_DIR in configs/debian-default

... and update 03_optional-progs-and-install.patch accordingly.
parent 0595d32d
No related branches found
No related tags found
Loading
......@@ -12,7 +12,7 @@ EXTRA_LIB_PATH =
SRC_DIRS = mesa
PROGRAM_DIRS =
INSTALL_DIR = $(DESTDIR)/usr
INSTALL_DIR = /usr
# vim: ft=make
......@@ -8,6 +8,8 @@ mesa (7.0.2-1) UNRELEASED; urgency=low
built when building progs/xdemos.
+ Refresh 04_cleanup-osmesa-configs.patch.
+ Drop 05_static-nonpic.patch,, applied upstream.
+ Remove DESTDIR from INSTALL_DIR in configs/debian-default since
the upstream Makefiles now support DESTDIR.
-- Brice Goglin <bgoglin@debian.org> Sun, 11 Nov 2007 00:25:31 +0100
......
......@@ -34,8 +34,8 @@ Index: mesa/progs/xdemos/Makefile
default: $(PROGS)
+install: $(PROGS)
+ $(INSTALL) -d $(INSTALL_DIR)/bin
+ $(INSTALL) -m 755 $(PROGS) $(INSTALL_DIR)/bin
+ $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/bin
+ $(INSTALL) -m 755 $(PROGS) $(DESTDIR)$(INSTALL_DIR)/bin
clean:
-rm -f $(PROGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment