diff --git a/helpers/make-gsettings-desktop-schemas b/helpers/make-gsettings-desktop-schemas
index 86e3ce4aeebf8063ffdc225ef2404f61bb38396f..62c057f3464b069910fc3533be0894acf70df2c8 100644
--- a/helpers/make-gsettings-desktop-schemas
+++ b/helpers/make-gsettings-desktop-schemas
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2008-2012  Rubén Rodríguez <ruben@trisquel.info>
+#    Copyright (C) 2008-2016  Rubin Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ COMPONENT=main
 
 . ./config
 
-sed ':menus-have-icons:,:/key: s/false/true/; :buttons-have-icons:,:/key: s/false/true/;' ./schemas/org.gnome.desktop.interface.gschema.xml.in.in -i
+sed ':menus-have-icons:,:/key: s/false/true/; :buttons-have-icons:,:/key: s/false/true/;' ./schemas/org.gnome.desktop.interface.gschema.xml.in -i
 
 changelog "Enabled icons in menus and buttons"