diff --git a/buildPkg.R b/buildPkg.R
index 1de46c327a17bf7c56f9555c672821753b447e1e..a1221cb7f9ea5052ab545a92bd43fd7cc4facb5a 100644
--- a/buildPkg.R
+++ b/buildPkg.R
@@ -55,11 +55,15 @@ if (file.exists(libTest)){
 }
 dir.create(path=libTest)
 
-.libPaths(new=libTest)
+.libPaths(new=libTest); .libPaths()
 
 install_git(url="http://git.leg.ufpr.br/leg/legTools.git",
             branch="issue#9")
 
+library(legTools)
+packageVersion("legTools")
+ls("package:legTools")
+
 ##======================================================================
 ## Sending package tarballs and manual to remote server to be
 ## downloadable