diff options
author | Erik Troan <ewt@redhat.com> | 2001-01-12 16:26:47 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-01-12 16:26:47 +0000 |
commit | 6610df05caeb2f1ce5c298f83462fd01dff90d0f (patch) | |
tree | d51db1df261f72dc5bc817083410a18909f1d02d /scripts/Makefile | |
parent | 5c96939d1b033a744cb9ad64416f188eadcf6eb8 (diff) | |
download | anaconda-6610df05caeb2f1ce5c298f83462fd01dff90d0f.tar.gz anaconda-6610df05caeb2f1ce5c298f83462fd01dff90d0f.tar.xz anaconda-6610df05caeb2f1ce5c298f83462fd01dff90d0f.zip |
added contributed check-repository.py script
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 7cd364f69..248a60f83 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -9,5 +9,6 @@ install: install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR) depend: |