We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e9f6 commit b0d8038Copy full SHA for b0d8038
Makefile.am
@@ -56,12 +56,7 @@ EXTRA_DIST = \
56
ide/smallbasic.lang \
57
ide/small-basic-mode.el \
58
ide/smallbasic.syn \
59
- rpm/SRPMS \
60
- rpm/SPECS/opensuse.spec \
61
- rpm/README \
62
- rpm/BUILD \
63
- rpm/SOURCES \
64
- rpm/RPMS
+ rpm/SPECS/opensuse.spec
65
66
deb:
67
fakeroot dpkg-buildpackage
rpm/README
@@ -2,10 +2,14 @@
2
3
./configure --enable-dist
4
5
-2. copy the resulting .tar.gz file into the SOURCES directory:
+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:
10
11
mv smallbasic-0.10.8.tar.gz rpm/SOURCES
12
-3. invoke rpmbuild:
13
+4. invoke rpmbuild:
14
15
rpmbuild -v -bb --clean SPECS/opensuse.spec
0 commit comments