mirror of
https://github.com/fspc/dswim.git
synced 2026-09-16 08:31:39 -04:00
Improved the makefile, binary specific programs are now in /usr/lib/dswim
rather than /usr/lib/SWIM.
This commit is contained in:
+4
-4
@@ -217,16 +217,16 @@ $pager = $ENV{PAGER};
|
||||
$pre="/usr";
|
||||
|
||||
# This is the hash making program fastswim.
|
||||
$fastswim = "$pre/lib/SWIM/fastswim";
|
||||
$fastswim = "$pre/lib/dswim/fastswim";
|
||||
|
||||
# imswim in an alternative to fastswim for --lowmem
|
||||
$imswim = "$pre/lib/SWIM/imswim";
|
||||
$imswim = "$pre/lib/dswim/imswim";
|
||||
|
||||
# This is the low memory program slowswim.
|
||||
$slowswim = "$pre/lib/SWIM/slowswim";
|
||||
$slowswim = "$pre/lib/dswim/slowswim";
|
||||
|
||||
# This is the dir/file making program longswim.
|
||||
$longswim = "$pre/lib/SWIM/longswim";
|
||||
$longswim = "$pre/lib/dswim/longswim";
|
||||
|
||||
############
|
||||
# TEMP DIR #
|
||||
|
||||
Reference in New Issue
Block a user