summaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-02-17 20:45:04 +0000
committerErik Troan <ewt@redhat.com>2000-02-17 20:45:04 +0000
commitd532af8f7cf767f9c6ff20fc00f94dca649fcd72 (patch)
tree724c49fc7aa27d7b59d6d4faf9b4e7f05bad893b /pixmaps/Makefile
parentf48efb3751c4d4c431bf0995217a15852d23fac9 (diff)
downloadanaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.gz
anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.xz
anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.zip
changed cp's to install's to break hard links
Diffstat (limited to 'pixmaps/Makefile')
-rw-r--r--pixmaps/Makefile2
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