]> git.pld-linux.org Git - packages/control-panel.git/commitdiff
fix for control-panel
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Jul 1999 19:25:17 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    control-panel-FHS2.0.patch -> 1.1

control-panel-FHS2.0.patch [new file with mode: 0644]

diff --git a/control-panel-FHS2.0.patch b/control-panel-FHS2.0.patch
new file mode 100644 (file)
index 0000000..9d57339
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ur control-panel-3.11.orig/Makefile control-panel-3.11/Makefile
+--- control-panel-3.11.orig/Makefile   Thu Mar 18 01:18:09 1999
++++ control-panel-3.11/Makefile        Thu Jul 15 19:31:07 1999
+@@ -16,8 +16,8 @@
+       $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/bin
+ install-man:  $(MANS)
+-      $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/man/man8
+-      $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/man/man8
++      $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/share/man/man8
++      $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/share/man/man8
+       $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/lib/rhs/control-panel
+       $(INSTALL) -m 755 $(OWNER) dialog.tcl $(DESTDIR)/usr/lib/rhs/control-panel
+       $(INSTALL) -m 755 $(OWNER) bindings.tcl $(DESTDIR)/usr/lib/rhs/control-panel
This page took 0.070095 seconds and 4 git commands to generate.