From: Paweł Gołaszewski Date: Tue, 16 Sep 2003 00:03:49 +0000 (+0000) Subject: - stupid typos fixed X-Git-Tag: setup_2_4_4 X-Git-Url: http://git.pld-linux.org/?p=projects%2Fsetup.git;a=commitdiff_plain;h=refs%2Ftags%2Fsetup_2_4_4 - stupid typos fixed Changed files: Makefile -> 1.3 --- diff --git a/Makefile b/Makefile index c6d0c6f..6022565 100644 --- 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