Skip to content

Commit 54aba41

Browse files
committed
Replace auto make script with simple make command
1 parent dac62d7 commit 54aba41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keynav.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: keynav
2-
Version: 0.20200906.1
2+
Version: 0.20200906.2
33
Release: 1%{dist}
44
Summary: A powerful MUD client with a built-in Perl interpreter
55
License: FIXME
@@ -29,7 +29,7 @@ make %{?_smp_mflags}
2929

3030
%install
3131
rm -rf $RPM_BUILD_ROOT
32-
%make_install
32+
make install
3333

3434
%files
3535
%license LICENSE

0 commit comments

Comments
 (0)