summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-11-24 15:19:58 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-11-24 15:19:58 +0000
commit7cc0e97c616ad92af99a393c60a3ad94d302fa9a (patch)
tree0ab8fa9b71c4b4337b3f229d72e5bb5897d4ba74 /app-portage/gatt-svn/gatt-svn-9999.ebuild
parentdev-cpp/libthrowable: Add some quotes. (diff)
downloadsunrise-7cc0e97c616ad92af99a393c60a3ad94d302fa9a.tar.gz
sunrise-7cc0e97c616ad92af99a393c60a3ad94d302fa9a.tar.bz2
sunrise-7cc0e97c616ad92af99a393c60a3ad94d302fa9a.zip
app-portage/gatt-svn: Add some quotes.
svn path=/sunrise/; revision=1994
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
+}