Skip to content

Commit 0a91ec1

Browse files
vmaxGaneshwara Herawan Hananda
authored andcommitted
Fix building of RPM package (#2)
## What is the goal of this PR? Fix assembly of `grakn-console` RPM package ## What are the changes implemented in this PR? Remove Grakn Console archive after unpacking (which is now enforced by `rpmbuild`)
1 parent 617acb8 commit 0a91ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/rpm/grakn-console.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Grakn Core (server) - description
2121
%install
2222
mkdir -p %{buildroot}
2323
tar -xvf {_grakn-console-rpm-tar.tar.gz} -C %{buildroot}
24+
rm -fv {_grakn-console-rpm-tar.tar.gz}
2425

2526
%files
2627

0 commit comments

Comments
 (0)