diff options
author | Thomas Backlund <tmb@mageia.org> | 2011-04-02 20:14:02 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2011-04-02 20:14:02 +0000 |
commit | 1391b5f911e249b4db17a8add90e78f06fc8ecbe (patch) | |
tree | 1e29872f15cc32bfe4f232fad108c60b81eaedf1 /perl-install/install/Makefile | |
parent | d99984ef5a539727861b26839d9c83ba66e295a7 (diff) | |
download | drakx-1391b5f911e249b4db17a8add90e78f06fc8ecbe.tar drakx-1391b5f911e249b4db17a8add90e78f06fc8ecbe.tar.gz drakx-1391b5f911e249b4db17a8add90e78f06fc8ecbe.tar.bz2 drakx-1391b5f911e249b4db17a8add90e78f06fc8ecbe.tar.xz drakx-1391b5f911e249b4db17a8add90e78f06fc8ecbe.zip |
update modules list needed for md raid456 and dm-raid 4/5/6 target
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index ab65f2eeb..1cbdee2fe 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -22,7 +22,7 @@ tar: svn export -q -rBASE ../../tools $(PRODUCT)-$(VERSION)/tools svn export -q -rBASE ../../kernel $(PRODUCT)-$(VERSION)/kernel cp ../../Makefile.config $(PRODUCT)-$(VERSION)/ - tar cfa $(PRODUCT)-$(VERSION).tar.lzma $(PRODUCT)-$(VERSION) + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) install: |