diff options
author | Erik Troan <ewt@redhat.com> | 2000-02-17 20:45:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-02-17 20:45:04 +0000 |
commit | d532af8f7cf767f9c6ff20fc00f94dca649fcd72 (patch) | |
tree | 724c49fc7aa27d7b59d6d4faf9b4e7f05bad893b /pixmaps | |
parent | f48efb3751c4d4c431bf0995217a15852d23fac9 (diff) | |
download | anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.gz anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.xz anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.zip |
changed cp's to install's to break hard links
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 2aa15033d..696e0f9d5 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -5,4 +5,4 @@ all: install: mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps - cp -a *.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install *.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps |