We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e296c commit fcfe09eCopy full SHA for fcfe09e
packaging/rpm/rsampling.spec
@@ -24,11 +24,11 @@ Simple reservoir sampling.
24
25
%install
26
# create directories where the files will be located
27
-mkdir -p $RPM_BUILD_ROOT/usr/local/bin
+mkdir -p $RPM_BUILD_ROOT/usr/local/sbin
28
29
# put the files in to the relevant directories.
30
# the argument on -m is the permissions expressed as octal. (See chmod man page for details.)
31
-install -m 755 rsampling $RPM_BUILD_ROOT/usr/local/bin
+install -m 755 rsampling $RPM_BUILD_ROOT/usr/local/sbin
32
33
# mkdir -p $RPM_BUILD_ROOT/usr/local/share/man/man1
34
# install -m 644 rsampling.1 $RPM_BUILD_ROOT/usr/local/share/man/man1/rsampling.1
0 commit comments