diff options
| author | Jeff Carr <[email protected]> | 2024-02-10 16:33:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-10 16:33:43 -0600 |
| commit | a44c71d6e6adacfb4423e94c6c946a27713b2f42 (patch) | |
| tree | 153e97a0a9861375fb0aa0862f5ccb83d0cd3b12 | |
| parent | f61aa7ab84c0de9fd4537e29e76c8a65c943f5d8 (diff) | |
fix debian packaging
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | debian/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/Makefile b/debian/Makefile index 6f4f534..1b42b3b 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -21,9 +21,8 @@ clean: extract: mkdir -p ../files/usr/bin mkdir -p ../files/usr/lib/control-panel-dns/ - -cp ~/go/src/go.wit.com/gui/toolkit/*.so ../files/usr/lib/control-panel-dns/ cp ../README.md ../files/usr/lib/control-panel-dns/ - cp ../control-panel-dns ../files/usr/bin/ + cp ~/go/bin/control-panel-dns ../files/usr/bin/ # makes the DEBIAN/ directory DEBIAN: |
