diff options
| author | Jani Välimaa <wally@mageia.org> | 2025-09-14 20:46:54 +0300 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2025-09-14 20:46:54 +0300 |
| commit | 9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a (patch) | |
| tree | 5b477d077398026638601a5bfd80cda0f897a267 | |
| parent | 7dd8a54900148f70f099b1be21f7568542cc212d (diff) | |
| download | drakx-9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a.tar drakx-9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a.tar.gz drakx-9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a.tar.bz2 drakx-9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a.tar.xz drakx-9ecd422cf9e91ab5f69bd9bf9ddb986122027e7a.zip | |
stage2: crete /etc while creating installer system
| -rw-r--r-- | perl-install/install/Makefile | 1 | ||||
| -rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 273cd934b..69b46e7be 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -54,6 +54,7 @@ install_pms: get_needed_files: xs # generate installer system: mkdir -p $(DEST)/{usr/,}{,s}bin + mkdir -p $(DEST)/etc for dir in /lib /lib64; do [[ -d $$dir ]] && mkdir -p $(DEST){,/usr}$$dir; done || : /usr/lib/dracut/modules.d/30convertfs/convertfs.sh $(DEST) REP4PMS=$(REP4PMS) ../../tools/install-xml-file-list share/list.xml $(DEST) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8a5f4973c..75ac92d95 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- Create /etc while creating installer system - Adapt to latest gdk-pixbuf - fix bugs in any::sessions() (mga#33738) |
