diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:25:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:25:29 +0000 |
commit | 957142024eec83934d11b98b94035a199b57f3da (patch) | |
tree | e053bd60c3477a7840622d1f96b6270cb0d76fa5 /Makefile | |
parent | 9399b8e36848729699e1ee269c5296496aaaaa7f (diff) | |
download | iurt-957142024eec83934d11b98b94035a199b57f3da.tar iurt-957142024eec83934d11b98b94035a199b57f3da.tar.gz iurt-957142024eec83934d11b98b94035a199b57f3da.tar.bz2 iurt-957142024eec83934d11b98b94035a199b57f3da.tar.xz iurt-957142024eec83934d11b98b94035a199b57f3da.zip |
rename iurt2 as iurt
(should have been done in commit r894 by misc on 2011-04-15, was:
"remove unused files, see ml")
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ install: install -d $(bindir) $(sbindir) $(INSTALLVENDORLIB)/Iurt install -m 644 lib/Iurt/*.pm $(INSTALLVENDORLIB)/Iurt install -m755 iurt_root_command $(sbindir)/ - install -m755 iurt2 $(bindir)/iurt + install -m755 iurt $(bindir)/iurt install -m755 emi ulri $(bindir)/ tar: dist |