Revert "replace '$<' with '$%' as it was meant here"
This reverts commit ef300e2dc3
.
This commit is contained in:
parent
a92ae7280e
commit
5f2cfb8dc5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $(scripts_WORKDIR)/fake-db-1.0-0.noarch.rpm: $(SRCDIR)/setup_native/scripts/fake
|
|||
chmod g+w $(scripts_WORKDIR)/fake-db-root
|
||||
|
||||
$(scripts_WORKDIR)/install: $(SRCDIR)/setup_native/scripts/install_linux.sh $(scripts_WORKDIR)/fake-db-1.0-0.noarch.rpm
|
||||
$(PERL) -w $(SRCDIR)/setup_native/scripts/install_create.pl $? $@
|
||||
$(PERL) -w $(SRCDIR)/setup_native/scripts/install_create.pl $< $@
|
||||
chmod 775 $@
|
||||
|
||||
$(scripts_WORKDIR)/uninstall: $(SRCDIR)/setup_native/scripts/uninstall_linux.sh
|
||||
|
|
Loading…
Reference in a new issue