Skip to content

Commit

Permalink
packaging: changed installation directory from /usr/lib to /usr/share…
Browse files Browse the repository at this point in the history
…/pyshared so lib can be imported from other python scripts
  • Loading branch information
Patrick Schleizer committed Feb 7, 2015
1 parent 4daa111 commit 6a3e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-helper-overrides.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
## See the file COPYING for copying conditions.

make_hook_at_the_end_of_get_destdir() {
DESTDIR="$DESTDIR/usr/lib"
DESTDIR="$DESTDIR/usr/share/pyshared"
make_folder_list_for_un_and_install="tuf"
}

0 comments on commit 6a3e1bd

Please sign in to comment.