]> granicus.if.org Git - fortune-mod/commitdiff
move from sbin to bin.
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 30 Jun 2019 10:35:06 +0000 (13:35 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 30 Jun 2019 10:35:06 +0000 (13:35 +0300)
See https://github.com/shlomif/fortune-mod/issues/35 .

Thanks to @cboltz .

fortune-mod/CMakeLists.txt

index 09bf40e364e6dbede1da5ce0623f9eef5c9f3c30..32bd694626cd7fbd888bb05f0b21e4f89e647bcf 100644 (file)
@@ -157,7 +157,7 @@ my_exe(
 my_exe(
     "strfile"
     "util/strfile.c"
-    "sbin"
+    "bin"
 )
 
 # Build but not install.
@@ -165,7 +165,7 @@ my_exe("randstr" "util/randstr.c" "null")
 my_exe(
     "unstr"
     "util/unstr.c"
-    "sbin"
+    "bin"
 )
 
 my_exe(