Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > f8148465cfaebd846ddd583cda11300a > files > 2

redeclipse-1.3.1-1.fc17.src.rpm

From 7c6518ecb9f635e97d29efa280ea7567612ec490 Mon Sep 17 00:00:00 2001
From: arand-2 <arand-2@2cd6abe5-5779-42d9-9038-cec04ae5ff40>
Date: Sat, 1 Sep 2012 18:32:10 +0000
Subject: [PATCH] system-install: fix cube2font targets

git-svn-id: https://redeclipse.svn.sourceforge.net/svnroot/redeclipse@4128 2cd6abe5-5779-42d9-9038-cec04ae5ff40
---
 src/system-install.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/system-install.mk b/src/system-install.mk
index cded863..cc230da 100644
--- a/src/system-install.mk
+++ b/src/system-install.mk
@@ -122,11 +122,11 @@ system-install-menus: icons
 	install -m644 install/nix/$(appsrcname)_x32.xpm \
 		$(pixmapdir)/$(appname).xpm
 
-system-install-cube2font: system-install-cube2font-docs
+system-install-cube2font: cube2font system-install-cube2font-docs
 	install -d $(bindir)
 	install -m755 cube2font $(bindir)/cube2font
 
-system-install-cube2font-docs: install/nix/cube2font.1
+system-install-cube2font-docs: ../doc/man/cube2font.1
 	install -d $(mandir)/man1
 	gzip -9 -n -c < ../doc/man/cube2font.1 \
 		> $(mandir)/man1/cube2font.1.gz
-- 
1.7.10.4