Initial commit

This commit is contained in:
2016-08-14 13:47:34 +02:00
commit 8118e68acf
65 changed files with 1071 additions and 0 deletions

View File

@@ -0,0 +1 @@
/etc/paludis/hooks/auto_patch.bash

View 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