Skip to content

Commit

Permalink
fix installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 7, 2020
1 parent d684cfa commit cee13a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -5,7 +5,7 @@ Source: hardened-malloc
Section: libs
Priority: optional
Maintainer: Patrick Schleizer <adrelanos@riseup.net>
Build-Depends: debhelper (>= 12), clang, llvm-7-dev, clang-tidy
Build-Depends: debhelper (>= 12), dh-exec, clang, llvm-7-dev, clang-tidy
Homepage: https://github.com/GrapheneOS/hardened_malloc
Vcs-Browser: https://github.com/GrapheneOS/hardened_malloc
Vcs-Git: https://github.com/GrapheneOS/hardened_malloc.git
Expand Down
6 changes: 4 additions & 2 deletions debian/hardened-malloc.install 100644 → 100755
@@ -1,5 +1,7 @@
#!/usr/bin/dh-exec

## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.

libhardened_malloc.so_original usr/lib/libhardened_malloc.so/libhardened_malloc.so
libhardened_malloc.so_kicksecure usr/lib/libhardened_malloc.so/libhardened_malloc_kicksecure.so
libhardened_malloc.so_original => /usr/lib/libhardened_malloc.so/libhardened_malloc.so
libhardened_malloc.so_kicksecure => /usr/lib/libhardened_malloc.so/libhardened_malloc_kicksecure.so

0 comments on commit cee13a3

Please sign in to comment.