]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-publish
Remove absolute directory ~/lib to make it portable
[bookmarks_db.git] / bkmk-publish
index c75048ad9433180034eb62d393c363fa9ab576c9..2f0b0d3a868fd052fe15620b1506bfa847379044 100755 (executable)
@@ -4,11 +4,11 @@
 # This file is a part of Bookmarks database and Internet robot.
 #
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 umask 077
-PATH=$HOME/lib/bookmarks_db:$PATH
+. "`dirname \"$0\"`"/set-path
 
 STARTDIR="`pwd`"
 BKMK_FORMAT=NETSCAPE db2bkmk.py -p "Private links" -o bookmarks.html || exit 1