Skip to content

Commit

Permalink
Fix pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Jan 27, 2014
1 parent 46e642e commit 0e20182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconf/configure.in
Expand Up @@ -3937,7 +3937,7 @@ ${MAKE:-make} clean
dnl for some Debian based distribution, e.g. Univention, there are additional packages to build
dnl must run after clean
cp ${BUILD_DIR}/debian/control.common ${BUILD_DIR}/debian/control
DEBIAN_CONTROL_ADDITIONAL=${BUILD_DIR}/platform/$DISTNAME/debian/control.additional
DEBIAN_CONTROL_ADDITIONAL=${BUILD_DIR}/platforms/$DISTNAME/debian/control.additional
if test -e "$DEBIAN_CONTROL_ADDITIONAL"; then
cat $DEBIAN_CONTROL_ADDITIONAL >> ${BUILD_DIR}/debian/control
fi
Expand Down

0 comments on commit 0e20182

Please sign in to comment.