diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-12 10:38:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-12 10:38:32 +0000 |
commit | e429e9bd6215332d5a0250ea77edcf8adbf13d99 (patch) | |
tree | 7a6c0b0656bd06b48615326f7eb0f3aa395056d0 /packages/gpe-conf/gpe-conf-0.2.4 | |
parent | abb606d76d8dabc164f935ffeada03a0a6063d5d (diff) |
gpe-conf: Add missing dependency. Add patch to name sound settings script correctly.
Diffstat (limited to 'packages/gpe-conf/gpe-conf-0.2.4')
-rw-r--r-- | packages/gpe-conf/gpe-conf-0.2.4/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpe-conf/gpe-conf-0.2.4/.mtn2git_empty b/packages/gpe-conf/gpe-conf-0.2.4/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-conf/gpe-conf-0.2.4/.mtn2git_empty diff --git a/packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch b/packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch new file mode 100644 index 0000000000..e66d509c9f --- /dev/null +++ b/packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch @@ -0,0 +1,13 @@ +Index: Makefile.am +=================================================================== +--- Makefile.am (revision 9037) ++++ Makefile.am (working copy) +@@ -178,7 +178,7 @@ + + install-data-hook: + chmod u+s $(DESTDIR)$(bindir)/gpe-conf +- cd $(DESTDIR)/$(xscriptsdir) && mv soundsettings.sh S30soundsettings ++ cd $(DESTDIR)/$(xscriptsdir) && mv soundsettings.sh 30soundsettings + + deb: dist + -mkdir $(top_builddir)/debian-build |