aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2000-04-12 13:16:15 +0000
committerFrederic Lepied <flepied@mandriva.com>2000-04-12 13:16:15 +0000
commit97e2684b0bbde52c64a22253d6eff234a441fe43 (patch)
treeec0ce6c9c376534d3d679580230745e19cf29e24
parent8a56004ed4a85f8edc7b8dc598c11bf0901f92c1 (diff)
downloadnumlock-97e2684b0bbde52c64a22253d6eff234a441fe43.tar
numlock-97e2684b0bbde52c64a22253d6eff234a441fe43.tar.gz
numlock-97e2684b0bbde52c64a22253d6eff234a441fe43.tar.bz2
numlock-97e2684b0bbde52c64a22253d6eff234a441fe43.tar.xz
numlock-97e2684b0bbde52c64a22253d6eff234a441fe43.zip
* install numlock.init
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b04d25..2786cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -17,12 +17,15 @@ clean:
install: all
install -d $(TOP)/usr/X11R6/{bin,man/man1}/
install -d $(TOP)/etc/{profile.d,rc.d/init.d}/
+ install -d $(TOP)/etc/X11/xinit.d
install -m755 enable_X11_numlock $(TOP)/usr/X11R6/bin
install -m755 enable_X11_numlock.1 $(TOP)/usr/X11R6/man/man1/
install -m755 numlock.init $(TOP)/etc/rc.d/init.d/$(NAME)
install -m755 numlock.sh $(TOP)/etc/profile.d/
+ install -m755 numlock.xinit $(TOP)/etc/X11/xinit.d/numlock
+
dis:
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
cvs commit