Commit b878ae573dcb594d0302aeb0053ebc08a56e6589
1 parent
9dd986c81e
Exists in
master
Makefile: don't install obsoleted openmamba-devel
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
Makefile
1 | 1 | $(MAKEDIST_TARGET): rpm make |
2 | 2 | # gcc gcc-c++ gcc-cpp |
3 | 3 | $(MAKEDIST_TARGET)-devel: |
4 | - @[ "$(RELEASE)" = "devel" -o "$(RELEASE)" = "" ] && echo -n "openmamba-devel "; \ | |
5 | - : | |
4 | + | |
6 | 5 | $(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline libreadline6 glibc \ |
7 | 6 | ncurses systemd setup coreutils rootfiles chkconfig \ |
8 | 7 | udev debianutils openmamba-release dracut |