summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff')
-rw-r--r--ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff b/ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff
deleted file mode 100644
index 3a65ff190..000000000
--- a/ubuntu/maverick/libraries/pytdeextensions/debian/patches/11_fix_get_libdir_name.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: b/src/tdedistutils.py
-===================================================================
---- a/src/tdedistutils.py
-+++ b/src/tdedistutils.py
-@@ -2272,7 +2272,7 @@
-
- ###########################################################################
- def get_libdir_name():
-- if os.uname()[4] in ['x86_64','mips64','ppc64','sparc64','s390x']:
-- return 'lib64'
-- else:
-+ #if os.uname()[4] in ['x86_64','mips64','ppc64','sparc64','s390x']:
-+ # return 'lib64'
-+ #else:
- return 'lib'