Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit be4178c

Browse files
committed
Merge branch 'linux' of github.com:adobe/brackets-shell into linux
2 parents 307fda0 + 1d738c4 commit be4178c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

installer/linux/build_installer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
chmod 775 installer/linux/debian/usr/lib/brackets/Brackets
66

77
# set permissions on subdirectories
8-
find installer/linux/debian -type d | xargs chmod 755
8+
find installer/linux/debian -type d -exec chmod 755 {} \;
99

1010
# delete old package
1111
rm -f installer/linux/brackets.deb
1212

13-
dpkg-deb --build installer/linux/debian
14-
mv installer/linux/debian.deb installer/linux/brackets.deb
13+
fakeroot dpkg-deb --build installer/linux/debian
14+
mv installer/linux/debian.deb installer/linux/brackets.deb

installer/linux/debian/DEBIAN/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Version: 0.27.0
33
Section: base
44
Priority: optional
55
Architecture: i386
6+
Installed-Size: 128819
67
Depends: bash (>= 2.05a-11), libnss3-1d (>= 3.14.3), libnspr4-0d (>= 3.14.3)
78
Maintainer: Jason San Jose <[email protected]>
89
Description: Brackets

0 commit comments

Comments
 (0)