diff options
| author | Peter Jones <pjones@redhat.com> | 2007-07-03 17:26:52 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2007-07-03 17:26:52 +0000 |
| commit | 0df2e476a691db5d67ffd98a8a5ec158a14a9e97 (patch) | |
| tree | caa30b195be3d53b8434437a1d910fba0a00e035 /scripts/Makefile | |
| parent | 76068ee7d3ba37907d7764b5778659654e83da64 (diff) | |
- add a script to update files in an updates.img that's a cpioball.
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 fbcef6aa2..a5c456e03 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -18,5 +18,6 @@ install: install -m 755 fixmtime.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 yumcache $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pyrc.py $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 upd-updates $(DESTDIR)/$(RUNTIMEDIR) depend: |
