]> git.pld-linux.org Git - projects/setup.git/commitdiff
- stupid typos fixed setup_2_4_4
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 16 Sep 2003 00:03:49 +0000 (00:03 +0000)
committerPaweł Gołaszewski <blues@pld-linux.org>
Tue, 16 Sep 2003 00:03:49 +0000 (00:03 +0000)
Changed files:
    Makefile -> 1.3

Makefile

index c6d0c6f6e2db0fb32a8c489c85d0021d11f96738..6022565c0e27f0baa56cd47b80fa85150f7fe2a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CFLAGS          = $(OPT_FLAGS) -Wall
 INSTALL                = install
 SBINDIR                = /sbin
 ETCDIR         = /etc
-PROFILEDIR     = $(ETCDIR)/profil.d
+PROFILEDIR     = $(ETCDIR)/profile.d
 #########################################
 
 BIN_FILES      = joinpasswd
@@ -46,7 +46,7 @@ install:
 dist: clean
        
        $(INSTALL) -d setup-$(VERSION)/etc/profile.d
-       $(INSTALL) $(DOCS) $(SOURCES) setup-$(VERSION)
+       $(INSTALL) $(DOCS) $(SOURCES) Makefile setup-$(VERSION)
        for file in $(ETC_FILES); do \
                $(INSTALL) etc/$$file setup-$(VERSION)/etc; \
        done
This page took 0.067757 seconds and 4 git commands to generate.