diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-02-19 19:22:03 +0100 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-02-19 19:22:03 +0100 |
commit | 4680e93cc0836e290368137aa5305d2aa753a7ec (patch) | |
tree | dd73ba67cc3fa61be0751a3197a270a77e5faeb7 /eclass | |
parent | Removed notification-daemon-xfce, use xfce4-notifyd (diff) | |
download | xfce-4680e93cc0836e290368137aa5305d2aa753a7ec.tar.gz xfce-4680e93cc0836e290368137aa5305d2aa753a7ec.tar.bz2 xfce-4680e93cc0836e290368137aa5305d2aa753a7ec.zip |
Removed mkdir m4
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce4.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 60dbd14..ca2294b 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -137,7 +137,6 @@ xfce4_src_unpack() { [ -d po ] && linguas="$(sed -e '/^#/d' po/LINGUAS)" [ -n "${XFCE4_PATCHES}" ] && epatch ${XFCE4_PATCHES} if [ -f configure.??.in ]; then - mkdir m4 [ -f configure.ac.in ] && configure=configure.ac.in [ -f configure.in.in ] && configure=configure.in.in [ -n "${linguas}" ] && sed -i -e "s/@LINGUAS@/${linguas}/g" ${configure} |