Browse Source

edb: disabled running of autogen.sh for e17 packages because we do use official snapshots now

user/amery/mess
Christian Wiese 14 years ago
committed by Alejandro Mery
parent
commit
e72c89176e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      e17/edb/parse-config

+ 2
- 1
e17/edb/parse-config

@ -3,6 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../edb/parse-config
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -37,5 +38,5 @@ if hasflag E17; then
fi
}
hook_add preconf 5 "[ ! -e autogen.sh ] || e17_autogen"
#hook_add preconf 5 "[ ! -e autogen.sh ] || e17_autogen"
fi

Loading…
Cancel
Save