Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
61da4bf5ff
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/clifford/pspresent/install.patch

+ 2
- 1
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)

Loading…
Cancel
Save