Skip to content

Commit b0d8038

Browse files
committed
cleanup build subdirs not required for src release
1 parent 397e9f6 commit b0d8038

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Makefile.am

+1-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,7 @@ EXTRA_DIST = \
5656
ide/smallbasic.lang \
5757
ide/small-basic-mode.el \
5858
ide/smallbasic.syn \
59-
rpm/SRPMS \
60-
rpm/SPECS/opensuse.spec \
61-
rpm/README \
62-
rpm/BUILD \
63-
rpm/SOURCES \
64-
rpm/RPMS
59+
rpm/SPECS/opensuse.spec
6560

6661
deb:
6762
fakeroot dpkg-buildpackage

rpm/README

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
./configure --enable-dist
44

5-
2. copy the resulting .tar.gz file into the SOURCES directory:
5+
2. create extra subdirectories:
6+
7+
cd rpm && mkdir SRPMS BUILD SOURCES RPM
8+
9+
3. copy the resulting .tar.gz file into the SOURCES directory:
610

711
mv smallbasic-0.10.8.tar.gz rpm/SOURCES
812

9-
3. invoke rpmbuild:
13+
4. invoke rpmbuild:
1014

1115
rpmbuild -v -bb --clean SPECS/opensuse.spec

0 commit comments

Comments
 (0)