Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: installer/linux/build.scons

Issue 174369: Linux: fix a couple problems that Lintian reports for the .deb file:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | installer/linux/debian_amd64/google-o3d.install » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/linux/build.scons
===================================================================
--- installer/linux/build.scons (revision 24133)
+++ installer/linux/build.scons (working copy)
@@ -153,7 +153,7 @@
BuildDebianPackage(["debian_common/changelog",
"debian_amd64/control",
"debian_amd64/google-o3d.install",
- "debian_amd64/links",
+ "debian_common/links",
"debian_amd64/postinst",
"debian_amd64/prerm",
"debian_amd64/rules"
@@ -171,7 +171,7 @@
BuildDebianPackage(["debian_common/changelog",
"debian_i386/control",
"debian_i386/google-o3d.install",
- "debian_i386/links",
+ "debian_common/links",
"debian_i386/rules"
],
[("libnpo3dautoplugin.so",
« no previous file with comments | « no previous file | installer/linux/debian_amd64/google-o3d.install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698