Skip to content

Commit 6a3e1bd

Browse files
author
Patrick Schleizer
committed
packaging: changed installation directory from /usr/lib to /usr/share/pyshared so lib can be imported from other python scripts
1 parent 4daa111 commit 6a3e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-helper-overrides.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
## See the file COPYING for copying conditions.
66

77
make_hook_at_the_end_of_get_destdir() {
8-
DESTDIR="$DESTDIR/usr/lib"
8+
DESTDIR="$DESTDIR/usr/share/pyshared"
99
make_folder_list_for_un_and_install="tuf"
1010
}

0 commit comments

Comments
 (0)