summaryrefslogtreecommitdiff
path: root/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild')
-rw-r--r--net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild
index fe76de4838c2..ce8b2df72f46 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild
@@ -60,9 +60,7 @@ pkg_setup() {
}
src_configure(){
- mycmakeargs=(
- "-DCMAKE_INSTALL_PREFIX=/usr"
- )
+ local mycmakeargs=()
if use fuse; then
mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
else