[DRE-commits] [ruby-gnome2] 07/09: don't use DESTDIR as prefix in others
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Jan 21 14:04:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-gnome2.
commit 290a74512b0e77a56f0217b1b96e7dde14aceaac
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Jan 20 20:16:13 2014 -0300
don't use DESTDIR as prefix in others
---
debian/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/build b/debian/build
index aee0543..150e48d 100755
--- a/debian/build
+++ b/debian/build
@@ -23,6 +23,6 @@ RUBYOPT='-Ku' $ruby extconf.rb
make
-make install DESTDIR="$pkgdir" sitelibdir="$pkgdir/$libdir" sitearchdir="$pkgdir/$archdir"
+make install DESTDIR="$pkgdir" sitelibdir="$libdir" sitearchdir="$archdir"
make distclean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list