diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2984950a2..b968863c7 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -124,7 +124,7 @@ get_needed_files: $(DIRS) fi; \ fi; \ done - mv -f $(DEST)/lib/libimlib-xpm.so $(DEST)/usr/lib + mv -f $(DEST)/lib/libimlib-png.so $(DEST)/usr/lib mv -f $(DEST)/bin/* $(DEST)/sbin/* $(DEST)/usr/bin cd $(DEST)/usr/bin ; mv insmod insmod_ |