summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/gatt-svn/gatt-svn-9999.ebuild')
-rw-r--r--app-portage/gatt-svn/gatt-svn-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild
index 2ab1becf4..011a3944e 100644
--- a/app-portage/gatt-svn/gatt-svn-9999.ebuild
+++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
}
src_install() {
- emake DESTDIR=${D} install || die "installing ${PF} failed"
+ emake DESTDIR="${D}" install || die "installing ${PF} failed"
dodoc README NEWS AUTHORS ChangeLog
newdoc .todo TODO
-} \ No newline at end of file
+}