Browse Source

Use RPM macros

Alois Mahdal 6 years ago
parent
commit
9a91b30d15
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      slop.spec.in

+ 3
- 3
slop.spec.in View File

@@ -44,7 +44,7 @@ cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
44 44
 %make_install
45 45
 
46 46
 %files
47
-/usr/bin/slop
47
+%{_bindir}/slop
48 48
 /usr/include/slop.hpp
49
-/usr/lib/libslopy.so
50
-/usr/share/man/man1/slop.1.gz
49
+%{_libdir}/libslopy.so
50
+%{_mandir}/man1/slop.1.gz