diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-23 02:16:10 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-23 02:16:10 (GMT) |
commit | 199ea329decf9acddd004b17aea3bc901121032a (patch) | |
tree | e3bea1645e41e3748396ad05f40a3b158a819484 /abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch | |
parent | 07fe0535dd2d88d2bdd543168fee1768b6c2a926 (diff) | |
download | linhes_pkgbuild-199ea329decf9acddd004b17aea3bc901121032a.zip linhes_pkgbuild-199ea329decf9acddd004b17aea3bc901121032a.tar.gz linhes_pkgbuild-199ea329decf9acddd004b17aea3bc901121032a.tar.bz2 |
mythtv-contrib: initial inclusion. A collection of mythtv user scripts and utils.
Diffstat (limited to 'abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch')
-rw-r--r-- | abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch b/abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch new file mode 100644 index 0000000..facd9e6 --- /dev/null +++ b/abs/extra-testing/community/mythtv-contrib/mythchanger_make.patch @@ -0,0 +1,8 @@ +--- mythchanger.10f.beta/Makefile.orig 2010-03-23 01:35:27.000000000 +0000 ++++ mythchanger.10f.beta/Makefile 2010-03-23 01:36:16.000000000 +0000 +@@ -1,4 +1,4 @@ +-prefix = /usr ++prefix = /data/LinHES-PKGBUILD/abs/extra-testing/community/mythtv-contrib/pkg/usr + + CC = gcc + |