1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

debian.bbclass: fixed typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2127 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-07-06 13:04:11 +00:00
parent 91bbcd4ffa
commit 794a923a80
+1 -1
View File
@@ -1,6 +1,6 @@
STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian"
# Debain package renaming only occurs when a package is built # Debian package renaming only occurs when a package is built
# We therefore have to make sure we build all runtime packages # We therefore have to make sure we build all runtime packages
# before building the current package to make the packages runtime # before building the current package to make the packages runtime
# depends are correct # depends are correct