diff options
-rw-r--r-- | www-apps/searc/searc-0.0.25.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-apps/searc/searc-0.0.25.ebuild b/www-apps/searc/searc-0.0.25.ebuild index 4800cd3..c9b522c 100644 --- a/www-apps/searc/searc-0.0.25.ebuild +++ b/www-apps/searc/searc-0.0.25.ebuild @@ -19,6 +19,11 @@ BDEPEND="" # do not use mirrors to download RESTRICT="mirror" +src_unpack() { + unpack ${A} + mv sear.c-${PV} searc-${PV} +} + src_compile() { use oldstorage && append-flags "-DSC_OLD_STORAGE" use logmem && append-flags "-DSC_LOGMEM" |