diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 02:21:44 +0100 |
commit | b93733839162a27004507035f2ffabe2ac989581 (patch) | |
tree | d364c012967868d148c46c3ec4cddc1367b12da2 /dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff | |
parent | 2f62c82540f5cf9ecef958f44c313708501bd502 (diff) | |
download | tde-packaging-b93733839162a27004507035f2ffabe2ac989581.tar.gz tde-packaging-b93733839162a27004507035f2ffabe2ac989581.zip |
DilOS: tdegames build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 5c670cd0d9443ef0443a5cbc700cb501e01eed93)
Diffstat (limited to 'dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff')
-rw-r--r-- | dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff b/dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff new file mode 100644 index 000000000..391a80285 --- /dev/null +++ b/dilos/tdegames/debian/patches/common/04_am_maintainer_mode.diff @@ -0,0 +1,11 @@ +--- a/admin/configure.in.min ++++ b/admin/configure.in.min +@@ -38,6 +38,8 @@ + dnl Automake doc recommends to do this only here. (Janos) + AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs + ++AM_MAINTAINER_MODE ++ + KDE_SET_PREFIX + + dnl generate the config header |