diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-19 08:58:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-19 08:58:34 +0000 |
commit | 3163d6519612f37cc4f633d5b306f12f7e2b2b95 (patch) | |
tree | d8e55996b59f7c8c9569e778d7af1d4f2c087c51 /perl-install/Makefile | |
parent | d463e9a090f184f99bffdab7cde6690c7c55ffef (diff) | |
download | drakx-3163d6519612f37cc4f633d5b306f12f7e2b2b95.tar drakx-3163d6519612f37cc4f633d5b306f12f7e2b2b95.tar.gz drakx-3163d6519612f37cc4f633d5b306f12f7e2b2b95.tar.bz2 drakx-3163d6519612f37cc4f633d5b306f12f7e2b2b95.tar.xz drakx-3163d6519612f37cc4f633d5b306f12f7e2b2b95.zip |
- insmod_ is now a symlink to insmod-25
- handle explictly insmod, modinfo and rmmod
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index af9e2ffa2..42f9f7570 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -103,7 +103,6 @@ get_needed_files: $(DIRS) mo_files mv -f $(DEST)/{bin,sbin}/* $(DEST)/usr/bin mv -f $(DEST)/usr/{lib,X11R6/lib}/*.so* $(DEST)/lib rmdir $(DEST)/{bin,sbin} - cd $(DEST)/usr/bin ; mv insmod insmod_ ../tools/simplify-drakx-modules $(DEST)/usr/*/*/*/utf8_heavy.pl cp -f $(STAGE1)/init-stage2 $(DEST)/etc/init |