diff options
Diffstat (limited to 'deskutils/gnome-shell-extension-hidetopbar/Makefile')
-rw-r--r-- | deskutils/gnome-shell-extension-hidetopbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnome-shell-extension-hidetopbar/Makefile b/deskutils/gnome-shell-extension-hidetopbar/Makefile index e3ee244c2032..3076273a1011 100644 --- a/deskutils/gnome-shell-extension-hidetopbar/Makefile +++ b/deskutils/gnome-shell-extension-hidetopbar/Makefile @@ -34,7 +34,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/hidetopbar@mathieu.bidon.ca ${INSTALL_DATA} ${WRKSRC}/org.gnome.shell.extensions.hidetopbar.gschema.xml \ ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ - @${RM} -fr ${WRKSRC}/org.gnome.shell.extensions.hidetopbar.gschema.xml + @${RM} -r ${WRKSRC}/org.gnome.shell.extensions.hidetopbar.gschema.xml cd ${WRKSRC} && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/hidetopbar@mathieu.bidon.ca/ |