about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bc9c643..51045d4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -219,7 +219,7 @@ fix-perms:
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): .manifest fix-perms
         gem build $(rfpackage).gemspec