Commit 7a610b2e authored by Franco Fichtner's avatar Franco Fichtner

make: fix typo

parent 4be83432
...@@ -253,7 +253,7 @@ package: force ...@@ -253,7 +253,7 @@ package: force
@${MAKE} DESTDIR=${WRKSRC} FLAVOUR=${FLAVOUR} install @${MAKE} DESTDIR=${WRKSRC} FLAVOUR=${FLAVOUR} install
@${PKG} create -v -m ${WRKSRC} -r ${WRKSRC} \ @${PKG} create -v -m ${WRKSRC} -r ${WRKSRC} \
-p ${WRKSRC}/plist -o ${PKGDIR} -p ${WRKSRC}/plist -o ${PKGDIR}
@echo -n "Sucessfully built " @echo -n "Successfully built "
@cd ${PKGDIR}; find . -name "*.txz" | cut -c3- @cd ${PKGDIR}; find . -name "*.txz" | cut -c3-
upgrade: package upgrade: package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment