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