Skip to content

Commit 59e107b

Browse files
committed
build: excluded unsupported alt and suse specs
1 parent 4ed9897 commit 59e107b

File tree

3 files changed

+1
-1011
lines changed

3 files changed

+1
-1011
lines changed

Makefile.pkg

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# TOKEN ?= $(PACKAGECLOUD_TOKEN)
2-
# Check for SUSE and alt linux which need specific spec file
3-
ifeq "$(wildcard /etc/SuSE-rel*)" ""
4-
ifeq "$(wildcard /etc/altlinux-rel*)" ""
5-
SPEC=mamonsu.spec
6-
else
7-
SPEC=mamonsu.alt.spec
8-
endif
9-
else
10-
SPEC=mamonsu.suse.spec
11-
endif
2+
SPEC=mamonsu.spec
123

134
prepare_builddir: clean
145
mkdir -p build

0 commit comments

Comments
 (0)