diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-05 14:09:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-05 14:09:36 +0100 |
commit | 9b6a74781eba7e0bf82beae7915e6aff5faf644c (patch) | |
tree | aa536cca587427dd051096a4351e216af2f316aa /package/Pacemaker-Python-GUI/patches/patch-configure | |
parent | 4b9feb784c89a74ec41bf134680e8d3e7f072507 (diff) | |
parent | a3cff7cc19f3ba9d51a46939d678c132e72248c7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/Pacemaker-Python-GUI/patches/patch-configure')
-rw-r--r-- | package/Pacemaker-Python-GUI/patches/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/Pacemaker-Python-GUI/patches/patch-configure b/package/Pacemaker-Python-GUI/patches/patch-configure deleted file mode 100644 index bfbf2ae69..000000000 --- a/package/Pacemaker-Python-GUI/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- Pacemaker-Python-GUI-2.1.0.orig/configure 2011-10-07 11:55:11.000000000 +0200 -+++ Pacemaker-Python-GUI-2.1.0/configure 2011-10-12 18:13:25.563559000 +0200 -@@ -5555,7 +5555,7 @@ case $libdir in - prefix|NONE|*exec_prefix*) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking which lib directory to use" >&5 - $as_echo_n "checking which lib directory to use... " >&6; } -- for aDir in lib64 lib -+ for aDir in lib - do - trydir="${exec_prefix}/${aDir}" - if |