diff options
author | corvid <corvid@lavabit.com> | 2010-01-25 00:04:54 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-01-25 00:04:54 +0000 |
commit | b2991dcbc4fc0b10619012c55a739b4cace6f0c4 (patch) | |
tree | acd2b323932eff3a97393b314768c4f11906b8c3 | |
parent | 34125c3a9bbd23556062dd7b25ea27dcd3256f9b (diff) |
install-dpi-local cp dpidrc
-rwxr-xr-x | install-dpi-local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-dpi-local b/install-dpi-local index 29616a91..eb40ad66 100755 --- a/install-dpi-local +++ b/install-dpi-local @@ -23,7 +23,7 @@ if [ ! -d $BASE2 ] ; then mkdir $BASE2 fi -cp dpid/dpid dpid/dpidc $BASE +cp dpid/dpid dpid/dpidc dpid/dpidrc $BASE strip $BASE/dpid $BASE/dpidc cd dpi |