jreznik pushed to taskjuggler (epel7). "Small fix for install"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 16:19:51 UTC 2015


>From 30f130d06c3c78312fa462e899ac92375f691d12 Mon Sep 17 00:00:00 2001
From: Christoph Wickert <cwickert at fedoraproject.org>
Date: Wed, 23 Feb 2011 22:26:01 +0100
Subject: Small fix for install


diff --git a/taskjuggler.spec b/taskjuggler.spec
index 14af4dd..50458d1 100644
--- a/taskjuggler.spec
+++ b/taskjuggler.spec
@@ -61,9 +61,7 @@ xmlto man --skip-validation man/en/TaskJugglerUI.xml
 
 %install
 rm -rf $RPM_BUILD_ROOT
-export DESTDIR="$RPM_BUILD_ROOT"
-# INSTALL="install -p"
-make install
+make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p"
 
 desktop-file-install --vendor fedora \
 	--delete-original \
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/taskjuggler.git/commit/?h=epel7&id=30f130d06c3c78312fa462e899ac92375f691d12


More information about the scm-commits mailing list