]> git.pld-linux.org Git - packages/control-panel.git/blob - control-panel-FHS2.0.patch
- dropped pre-cvs changelog
[packages/control-panel.git] / control-panel-FHS2.0.patch
1 diff -ur control-panel-3.11.orig/Makefile control-panel-3.11/Makefile
2 --- control-panel-3.11.orig/Makefile    Thu Mar 18 01:18:09 1999
3 +++ control-panel-3.11/Makefile Thu Jul 15 19:31:07 1999
4 @@ -16,8 +16,8 @@
5         $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/bin
6  
7  install-man:   $(MANS)
8 -       $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/man/man8
9 -       $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/man/man8
10 +       $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/share/man/man8
11 +       $(INSTALL) -m 755 $(OWNER) $< $(DESTDIR)/usr/share/man/man8
12         $(INSTALL) -m 755 $(OWNER) -d $(DESTDIR)/usr/lib/rhs/control-panel
13         $(INSTALL) -m 755 $(OWNER) dialog.tcl $(DESTDIR)/usr/lib/rhs/control-panel
14         $(INSTALL) -m 755 $(OWNER) bindings.tcl $(DESTDIR)/usr/lib/rhs/control-panel
This page took 0.093872 seconds and 3 git commands to generate.