From: Alan T. DeKok Date: Thu, 22 Nov 2012 13:05:51 +0000 (-0500) Subject: Use local path, not full path X-Git-Tag: release_3_0_0_beta1~1504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba74901a9eb1eb00c84d51309eb82d7eb7edb87;p=thirdparty%2Ffreeradius-server.git Use local path, not full path --- diff --git a/src/modules/rlm_perl/Makefile.in b/src/modules/rlm_perl/Makefile.in index b2cf6460721..92a378beefa 100644 --- a/src/modules/rlm_perl/Makefile.in +++ b/src/modules/rlm_perl/Makefile.in @@ -16,4 +16,4 @@ $(LT_OBJS): $(HEADERS) install-scripts: @[ -d $(R)$(raddbdir) ] || $(INSTALL) -d -m 750 $(R)$(raddbdir) - @$(INSTALL) -m 755 src/modules/rlm_perl/example.pl $(R)$(raddbdir) + @$(INSTALL) -m 755 example.pl $(R)$(raddbdir)