From 61da4bf5ff72711a3b383d240958e94c5416d969 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 24 Dec 2004 02:43:34 +0000 Subject: [PATCH] Clifford Wolf: Also install pspresent manpage [2004122213074706668] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5331 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/clifford/pspresent/install.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/clifford/pspresent/install.patch b/package/clifford/pspresent/install.patch index 7c25a61f8..90cecce13 100644 --- a/package/clifford/pspresent/install.patch +++ b/package/clifford/pspresent/install.patch @@ -19,12 +19,13 @@ --- ./Makefile.orig 2004-03-03 01:13:39.952071248 +0100 +++ ./Makefile 2004-03-03 01:14:44.590244752 +0100 -@@ -21,6 +21,9 @@ +@@ -21,6 +21,10 @@ $(TARGET): $(OBJS) $(CC) -o $(TARGET) $(OBJS) $(LDLIBS) +install: + install $(TARGET) /usr/bin/$(TARGET) ++ cp pspresent.1 /usr/man/man1/ + clean: rm $(TARGET) $(OBJS)