Skip to content

Commit

Permalink
remove yum subpackage (will pack separately)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Apr 22, 2023
1 parent 1374bbf commit 57b421f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 381 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
installd_list = pack.d repack.d prescription.d play.d
cmd_list = epm serv yum
cmd_list = epm serv

.PHONY: all clean install check install_common $(installd_list) $(cmd_list)

Expand Down
351 changes: 0 additions & 351 deletions bin/yum

This file was deleted.

1 change: 0 additions & 1 deletion check_eepm.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
apt
coreutils
diffutils
eepm
Expand Down
2 changes: 1 addition & 1 deletion check_reqs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

LIST="bin/epm-* bin/distr_info bin/serv-* bin/tools* bin/yum play.d/*.sh prescription.d/*.sh repack.d/*.sh"
LIST="bin/epm-* bin/distr_info bin/serv-* bin/tools* play.d/*.sh prescription.d/*.sh repack.d/*.sh"

if [ "$1" = "--detail" ] ; then
if [ -n "$2" ] ; then
Expand Down
Loading

0 comments on commit 57b421f

Please sign in to comment.