Browse Source

Forgot list files for these guys

Jaywalker 6 years ago
parent
commit
b1ac2fd3d6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      the_memo.sh

+ 4 - 0
the_memo.sh

@@ -1469,6 +1469,8 @@ buildDarwinTools() {
 	dpkg -b deb
 	mv deb.deb "$BUILD_ROOT/${PKG_NAME}_${PKG_VERSION}_${PLATFORM_LOWER}-$ARCH.deb"
 
+	createListFile
+
 	cd "$BUILD_ROOT"
 }
 
@@ -1533,6 +1535,8 @@ buildUIKitTools() {
 	dpkg -b deb
 	mv deb.deb "$BUILD_ROOT/${PKG_NAME}_${PKG_VERSION}_${PLATFORM_LOWER}-$ARCH.deb"
 
+	createListFile
+
 	cd "$BUILD_ROOT"
 }