diff options
author | jstebbins <[email protected]> | 2009-08-24 17:32:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-08-24 17:32:22 +0000 |
commit | 2752e26db58d8304e3ddb03a9b95c4f9af7bf5fa (patch) | |
tree | 20bcb6484190356bc65bd0448cd4ca3f7f36ba80 /test/module.defs | |
parent | 9e43a26a870845acafbeff92f62db3609c48e37c (diff) |
build system: some changes that simplify things for packaging tools
- Add DESTDIR to install path for HandBrakeCLI
- Modify linux packaging rules for deb and rpm packages to use DESTDIR
- lingui: only update icon cache during install if DESTDIR is not set
- patch out the hardcoded install path for m4 macros in libdvdread and libdvdnav
when uid==0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2774 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 48f0c57ba..947bc1591 100644 --- a/test/module.defs +++ b/test/module.defs @@ -14,7 +14,7 @@ TEST.libs = $(LIBHB.a) $(foreach n, \ ogg samplerate swscale theora vorbis vorbisenc x264, \ $(CONTRIB.build/)lib/lib$(n).a ) -TEST.install.exe = $(PREFIX/)bin/$(notdir $(TEST.exe)) +TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe)) ifeq (1,$(LIBICONV.enabled)) TEST.libs += $(CONTRIB.build/)lib/libiconv.a |