Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Mar 30, 2017
1 parent 68a1af6 commit 7196f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updarp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

set -e
pname='updarp'
dist="stretch"
arch="amd64"
extracted="extracted"
Expand Down Expand Up @@ -95,7 +96,7 @@ fi

override_url=http://ftp.de.debian.org/debian/indices/override.$override.main.gz

cachedir=updaterp.cache
cachedir="$pname".cache

mkdir -p "$cachedir"

Expand Down

0 comments on commit 7196f18

Please sign in to comment.