diff --git a/Makefile b/Makefile index eda91c3..d0bebfa 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ include buildsys.mk LIBS = -lpopt install-extra: - ${LN} ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config + ${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config include .deps diff --git a/configure.ac b/configure.ac index c3189bb..747ea50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([pkgconf], [0.1], [http://jira.atheme.org/]) +AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/]) AC_CONFIG_SRCDIR([pkg.c]) AC_CONFIG_HEADERS([config.h])