Skip to content

Commit 397e9f6

Browse files
committed
updated for opensuse rpm build
1 parent f49867c commit 397e9f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ EXTRA_DIST = \
4444
plugins/comment_out.bas \
4545
plugins/dos2unix.bas \
4646
plugins/indent.bas \
47+
plugins/help.bas \
4748
translator/SB.g \
4849
translator/Makefile \
4950
translator/Translator.java \

rpm/SPECS/opensuse.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SmallBASIC is licensed under the GPL.
2828
%setup -q
2929

3030
%build
31-
./configure --enable-fltk
31+
./configure --enable-fltk --prefix=/usr
3232
make -s
3333

3434
%install
@@ -47,4 +47,5 @@ make install prefix=$RPM_BUILD_ROOT/usr
4747
/usr/share/smallbasic/plugins/dos2unix.bas
4848
/usr/share/smallbasic/plugins/indent.bas
4949
/usr/share/smallbasic/plugins/publish.bas
50+
/usr/share/smallbasic/plugins/help.bas
5051
/usr/share/smallbasic/sbasic_ref.csv

0 commit comments

Comments
 (0)