diff options
author | jstebbins <[email protected]> | 2010-05-24 18:22:53 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-05-24 18:22:53 +0000 |
commit | 139cac98014fc013254bf6183513a50cd99fb874 (patch) | |
tree | 4c02fcc3cb680b7cbf92b7943ad708234da2de38 /pkg | |
parent | b1d5e7b5af2cbc601253d254389a4ef8df709639 (diff) |
LinGui: disable update checks for snapshot PPA since it does it's own update announcements
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3324 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/linux/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/rules b/pkg/linux/debian/rules index 630b49234..bab615cfe 100755 --- a/pkg/linux/debian/rules +++ b/pkg/linux/debian/rules @@ -26,7 +26,7 @@ FORCEVERSION = $(BUILDDIR)/GNUmakefile: $(CONFIGURE) dh_testdir - unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --prefix=/usr + unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --prefix=/usr build: $(BUILDDIR)/GNUmakefile dh_testdir |