Skip to content

Commit

Permalink
attempt to fix gconf bug re #2230
Browse files Browse the repository at this point in the history
  • Loading branch information
01micko committed Apr 13, 2021
1 parent dc15071 commit 5aae9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/2createpackages
Expand Up @@ -398,7 +398,7 @@ do
continue
;;
#-- DEV -- development
*"X11/config"|*"/include"|*"/pkgconfig"|*"/aclocal"|*"/cvs"*|*"/svn"*|*"/src"*|*"/gcc"|*"/girepository-1.0"*|*"/gir-1.0"*|*"/share/cmake"*|*"/gc"*)
*"X11/config"|*"/include"|*"/pkgconfig"|*"/aclocal"|*"/cvs"*|*"/svn"*|*"/src"*|*"/gcc"|*"/girepository-1.0"*|*"/gir-1.0"*|*"/share/cmake"*)
if [ "$DEV" = "_NULL" ] ; then
rm -rf ${ONEDIR}
continue
Expand Down

1 comment on commit 5aae9c2

@01micko
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*gconv

Please sign in to comment.