Initial commit
This commit is contained in:
1
hooks/ebuild_unpack_post/auto_patch.bash
Symbolic link
1
hooks/ebuild_unpack_post/auto_patch.bash
Symbolic link
@@ -0,0 +1 @@
|
||||
/etc/paludis/hooks/auto_patch.bash
|
||||
11
hooks/ebuild_unpack_post/autoreconf.bash
Normal file
11
hooks/ebuild_unpack_post/autoreconf.bash
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ${_HOOK_AUTORECONF_UNPACK_POST} == 1 ]] ; then
|
||||
cd "${S}" || die
|
||||
if declare -f eautoreconf >/dev/null ; then
|
||||
eautoreconf
|
||||
else
|
||||
einfo "Running autoreconf -fi"
|
||||
autoreconf -fi
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user